Skip to content

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
wants to merge 5,815 commits into from
Closed

Fix bugs #75120 and #69625 #3226

wants to merge 5,815 commits into from

Conversation

Felixoid
Copy link

@Felixoid Felixoid commented Apr 27, 2018

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".

weltling and others added 30 commits March 12, 2018 16:02
* 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
…/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
weltling and others added 25 commits April 24, 2018 10:49
* 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
@Felixoid Felixoid changed the base branch from master to PHP-7.1 April 29, 2018 12:27
@Felixoid Felixoid closed this Apr 29, 2018
@Felixoid
Copy link
Author

I read CONTRIBUTING.md, will make PR into PHP-7.1

@Felixoid Felixoid changed the base branch from PHP-7.1 to master April 29, 2018 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.