-
Notifications
You must be signed in to change notification settings - Fork 678
Update master #8024
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
Merged
Merged
Update master #8024
+611
−171
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
…ocket nullable.
openssl_sign has $signature parameter that by reference that can re-used
Register openssl_sign function to impure functions
* fixes feedback for setOption of vimeo#7709 * latest WIP stubs with additional changes from upstream phpredis master and other additions From https://raw.githubusercontent.com/phpredis/phpredis/77334ecbf2c06ea1ff18ea5e3ecc168cb1897a8b/redis.stub.php via phpredis/phpredis#2015
update phpredis stubs
add one more test when index key not exist in array reorganise samples to keep all similar together
DateInterval::createFromDateString can be false
From: vimeo#7760 (comment) $result_element_type should be a Union, $row_shape is an Atomic (a part of a Union). new Union([$row_shape]); should be ok
Allow null to ArrayAccess::offsetSet $offset param
Fix vimeo#7750: array_column type inference
…ernal stub on true
…class-APCuIterator-does-not-exist Bugfix/vimeo#7912 class APCuIterator does not exist
Fix conflict of option -c with shell completion
…vements Improve array_unique callmap stubs
…r-better-performance change cache hash type for better performance
* use static to keep opened files with content * move position of file cache population to the place where we read files to ensure cache always gets populated and not on open only (since it's called directly in some places)
…check-as-requested
…alize-code igbinary_serialize code was missing in file
…es-once Performance only load files once
Having Psalm installed under 8.1 leads to installing composer dependencies that use PHP syntax incompatible with 7.4, however Psalm analyzes itself using 7.4 parser.
orklah
approved these changes
May 29, 2022
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.
Updates master with recent changes to 4.x