Skip to content

Commit

Permalink
Fix oci8/pdo_oci random test failures when run in parallel
Browse files Browse the repository at this point in the history
Closes GH-9424.
  • Loading branch information
mvorisek authored and cmb69 committed Aug 25, 2022
1 parent f597546 commit be4dd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ext/oci8/tests/CONFLICTS
@@ -0,0 +1 @@
oci8
1 change: 1 addition & 0 deletions ext/pdo_oci/tests/CONFLICTS
@@ -0,0 +1 @@
oci8

2 comments on commit be4dd60

@kocsismate
Copy link
Member

@kocsismate kocsismate commented on be4dd60 Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this commit have been merged into the PHP-8.0 and PHP-8.1 brances?

@kocsismate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And sorry, never mind: I didn't see the merges above :/

Please sign in to comment.