diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2011-05-29 09:23:08 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2011-05-29 09:23:08 +0000 |
| commit | ef74038d1d681cce8b49e5d15897fc9abfeca88e (patch) | |
| tree | f7a3498b440d1ded8db0c70759c45750c7a0c780 /NEWS | |
| parent | 6ff2f7040ef8c2295bf6531e5bc34773ad6af154 (diff) | |
| download | php-git-ef74038d1d681cce8b49e5d15897fc9abfeca88e.tar.gz | |
Fixed bug #54137 (file_get_contents POST request sends additional line break).
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,7 @@ PHP NEWS . Fixed a crash inside dtor for error handling. (Ilia) . Fixed bug #54935 php_win_err can lead to crash. (Pierre) + . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia) . Fixed bug #54895 (Fix compiling with older gcc version without need for membar_producer macro). (mhei at heimpold dot de) . Fixed bug #54723 (getimagesize() doesn't check the full ico signature). @@ -38,6 +39,8 @@ PHP NEWS (CVE-2011-1148) . Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment). (tomas dot brastavicius at quantum dot lt, Pierrick) + . Fixed bug #54137 (file_get_contents POST request sends additional line break). + (maurice-php at mertinkat dot net, Ilia) . Fixed bug #54866 (incorrect accounting for realpath_cache_size) (Dustin Ward) . Fixed bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size) (Pierre, os at irj dot ru) |
