summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-09-03 02:53:56 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-09-03 02:53:56 +0000
commit09cad322faf9f3d2874d50fad3dd33879b64e066 (patch)
treee7f6e6ea2172df472069f2e48b8483fdf889fa61 /NEWS
parent152d379950ed268b9e40e28ed232f909cb90b60a (diff)
downloadphp-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--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b337456f26..9264a18bf1 100644
--- a/NEWS
+++ b/NEWS
@@ -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