diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-09-03 02:53:56 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-09-03 02:53:56 +0000 |
commit | 09cad322faf9f3d2874d50fad3dd33879b64e066 (patch) | |
tree | e7f6e6ea2172df472069f2e48b8483fdf889fa61 /NEWS | |
parent | 152d379950ed268b9e40e28ed232f909cb90b60a (diff) | |
download | php-git-09cad322faf9f3d2874d50fad3dd33879b64e066.tar.gz |
Fixed bug #42468 (Write lock on file_get_contents fails when using a
compression stream).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, PHP 5.2.5 -- Added optional parameter $provide_object to debug_backtrace(). (Sebastian) - Upgraded PCRE to version 7.3 (Nuno) +- Added optional parameter $provide_object to debug_backtrace(). (Sebastian) - Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on 64-bit PHP). (Derick) @@ -12,6 +12,8 @@ PHP NEWS options). (Dmitry) - Fixed bug #42452 (PDO classes do not expose Reflection API information). (Hannes) +- Fixed bug #42468 (Write lock on file_get_contents fails when using a + compression stream). (Ilia) - Fixed bug #42359 (xsd:list type not parsed). (Dmitry) - Fixed bug #42326 (SoapServer crash). (Dmitry) - Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic |