-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix bugs #75120 and #69625 #3226
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
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-7.2: Use literal as format
* PHP-7.1: Fix heap use after free
* PHP-7.2: Fix heap use after free
* PHP-7.1: Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name contains a \n)
* PHP-7.2: Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name contains a \n)
* PHP-7.1: Forgot NEWS
* PHP-7.2: Forgot NEWs Forgot NEWS
* PHP-7.1: More accurate symbolic constraints oferflow/unserflow handling (better fix for bug #76074).
* PHP-7.2: More accurate symbolic constraints oferflow/unserflow handling (better fix for bug #76074).
* PHP-7.1: Revert "More accurate symbolic constraints oferflow/unserflow handling (better fix for bug #76074)."
* PHP-7.2: Revert "More accurate symbolic constraints oferflow/unserflow handling (better fix for bug #76074)."
* PHP-7.2: next is 7.2.5
* PHP-7.1: Fix #76088: ODBC functions are not available by default on Windows
* PHP-7.2: Fix #76088: ODBC functions are not available by default on Windows
…er) and cheaper whitespace handlig.
…/tokenizer) and cheaper whitespace handlig." This reverts commit 0d6da03.
* PHP-7.1: Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
* PHP-7.2: Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
* PHP-7.1: bump versions
* PHP-7.2: bump versions
* PHP-7.1: Fixed use-after-free
* PHP-7.2: Fixed use-after-free
* PHP-7.2: Fixed user-opcode support
* PHP-7.2: Fix test portability
* PHP-7.1: [ci skip] Update NEWS
* PHP-7.2: [ci skip] Update NEWS
* PHP-7.1: 7.0.31 next
* PHP-7.2: 7.0.31 next
* PHP-7.2: update NEWS for 7.2.5
Add whitespace in NEWS file
- support multiarch in addition to the usual lib path - fix symbol checks - fix jit availability check - exit early on unsupported version
For the standard layout the first option is pkg-config. Otherwise, pcre2-config is used, which is produced by a manual installation into a prefix. This removes the most of the hackish pieces like checking for the lib filenames and parsing headers.
The _N constant is already defined in OpenSSL. Instead use some more explicit variable names.
* PHP-7.1: Fix memory leak when phpdbg fails to start up
* PHP-7.2: Fix memory leak when phpdbg fails to start up
* PHP-7.1: Allocate default ini values into persistent memory
* PHP-7.2: Allocate default ini values into persistent memory
On empty SCRIPT_FILENAME and/or REQUEST_METHOD return HTTP 500
I read CONTRIBUTING.md, will make PR into PHP-7.1 |
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.
On empty SCRIPT_FILENAME and/or REQUEST_METHOD return HTTP 500
I reused patch from PR #1270 and tested it.
php-fpm now return "500 method not found" instead of "200 with an empty body".