-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 4.2.x up into 4.3.x #6627
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes a bug where disabled asserts in production left oci_parse() errors unchecked. Now uses explicit checks and exceptions Add test for exception on oci_parse failure Fixes #6595
…xceptions Use exception in OCI8 driver, instead of relying on assert
This protocol is generally required when connecting to Oracle Cloud's Autonomous Databases.
Add option for Oracle drivers to support TCPS
This is an attempt at implementing #3347 (comment) - For the latest stable PHP version (which is currently 8.3), test all drivers with all platform versions. - All other supported PHP versions (7.4, 8.2, nightly), test each driver with the latest version of the platform. This results in a slight reduction of the number of jobs (from 92 to 85)
#6579) | Q | A |------------- | ----------- | Type | bug | Fixed issues | N/A #### Summary Fixes a situation where an enum type only contains 1 case. This results in passing only a single integer argument to the max() method, which is not valid and returns the error "max(): Argument 1 ($value) must be of type array, int given". Co-authored-by: David Kurka <[email protected]>
8.4 is stable now.
If the code works on 7.4 and 8.4, most likely it will work on all versions in between.
Not sure what this one was about.
Bump the PHP version used in the CI
Rework continuous integration for v4
Merge 3.9.x up into 4.2.x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.