diff options
author | Niklas Lindgren <nikc@iki.fi> | 2012-09-12 19:34:59 +0300 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-09-15 23:11:12 -0700 |
commit | 27542db4e70c388346fc9983b9c7d58248aaa52d (patch) | |
tree | 9c4dfb7744f0c02e19f2c8b7335cff66909bb2ca /NEWS | |
parent | 56425ee61080c5e666613e88777ee665e858b367 (diff) | |
download | php-git-27542db4e70c388346fc9983b9c7d58248aaa52d.tar.gz |
Respond with 501 to unknown request methods
Fixed typo
Moved 501 response from dispatch to event_read_request
Return return value of send_error_page
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2012, PHP 5.4.8 +- CLI server: + . Changed response to unknown HTTP method to 501 according to RFC. + (Niklas Lindgren). + - Core: . Fixed bug #63093 (Segfault while load extension failed in zts-build). (Laruence) |