-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Make internal function types not to be checked by the engine, #1354
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
Closed
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
* PHP-5.6: backport missing rev bfdc9e2
* PHP-5.5: fix unknown size of void error
* PHP-5.6: fix unknown size of void error
ignore_user_abort() should take a bool not a string
…2_read with extra certs Squashed commit of the following: commit a64c1d9 Author: Tomasz Sawicki <falundir@gmail.com> Date: Wed Jun 24 08:49:37 2015 +0200 Fix #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs The "key values mismatch" error is triggered in openssl_pkcs12_read by PKCS12_parse, because it uses X509_check_private_key to separate main certificate (which corresponds to private key) from extra certificates. Extra certificates usually comes first (p12 contents are reversed as stack) and X509_check_private_key triggers X509_R_KEY_VALUES_MISMATCH error. The fix pops "key values mismatch" error from OpenSSL error stack for each extra certificate if there are any.
* PHP-5.6: Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs
Test scenario for already fixed bug #69462 with segmentation fault when SoapVar XML node name was null.
* PHP-5.6: slightly revised bug69462.phpt Test for bug #69462
DOMDocument::loadHTML refuses to accept NULL bytes.
A char can be either signed or unsigned, and on PowerPC and ARM it is unsigned. The following code will always be false on these architectures: if (c == -1) goto error;
backport for 5.6 to go
* PHP-5.6: Updated README, added test to create LDAP base if missing and ease tests
* PHP-5.6: Attempt at falling back on ldap_find_control for Mac OS
thanks Kalle )
The CHECK_EXCEPTION() was done at a point where the old opline is still used, thus redirecting the write to the result var into EX(call) instead. Handling the exception in-place to avoid leaking result.
Adds extra condition that the rope var of INIT/ADD must match the one one END.
Matches behavior of zend_internal_type_error() if E_ERROR is passed to zend_wrong_callback_error().
* PHP-5.5: update news Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath Fix bug #69958 - Segfault in Phar::convertToData on invalid file Conflicts: ext/phar/phar_object.c
* PHP-5.6: update news Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath Fix bug #69958 - Segfault in Phar::convertToData on invalid file Conflicts: ext/mysqlnd/mysqlnd.c ext/phar/phar_object.c
* PHP-5.5: Better fix for bug #69958 Better fix for bug #69958
* PHP-5.6: Better fix for bug #69958 Better fix for bug #69958 Conflicts: ext/phar/phar_object.c
Needs separate branch |
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.
but only by the functions themselves in zpp().