forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
sync master #7
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
sync master #7
Conversation
This file contains hidden or 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
…losure in included file).
* PHP-7.3: Backport of a partial fix for bug Bug #76982 (memory leak declaring closure in included file).
* PHP-7.4: Backport of a partial fix for bug Bug #76982 (memory leak declaring closure in included file).
Add GC support to dual_it. This is still missing AppendIterator support.
This also requires adding GC support for ArrayIterator internal iterators.
For consistency with str* and mb_str* functions. Closes GH-6245. Closes php/php-tasks#20.
For strrpos with positive out of bounds offsets was not detected.
The issue affected both CurlHandle and CurlMultiHandle. I'll have to double check this for other resource->object conversions as well.
Intended to find issues in opaque object destructors. Closes GH-6251.
When committing I didn't notice that version had been just bumped
* PHP-7.3: [ci skip] moved soap fix to 7.3.23
When committing I didn't notice that version had been just bumped
* PHP-7.4: [ci skip] moved soap fix to 7.4.11 [ci skip] moved soap fix to 7.3.23
Turns out we do need to return FAILURE here on div by zero exception. Use a three-way return value from div_function_base. Fixes oss-fuzz #25975.
Fixes CVE-2020-26159. Backported from <kkos/oniguruma@cbe9f8b>.
* PHP-7.3: Fix out-of-bounds write
* PHP-7.4: Fix out-of-bounds write
This flag generates an arginfo file that discards all type and default value information. As such, it is compatible with old (and very old) PHP versions. Intended for use by extensions to generate one arginfo file for PHP 8 and one for older versions.
The linkage can be specified as the argument to the @generate-function-entries tag. Test this on zend_test.
Now that it is supported, declare that CType is part of the FFI namespace, not a freestanding class.
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.