]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 20 Apr 2009 01:32:35 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 20 Apr 2009 01:32:35 +0000 (01:32 +0000)
ChangeLog

index e9028fa19b6a7c17e0e35d9cd46e4db6181f312b..92d5f2047aa20d8f556c3b5821b50e2c8885fa30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2009-04-19  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * ext/zlib/tests/bug_40189.phpt:
+      Fix test
+
+    * ext/standard/file.c
+      ext/standard/streamsfuncs.c
+      main/php_streams.h
+      main/streams/cast.c
+      main/streams/streams.c:
+      Better fix for #47997
+
+2009-04-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/exec.c
+      ext/standard/exec.c:
+      MFB: Fixed bug #47937 (system() calls sapi_flush() regardless of output
+      buffering)
+
+    * (PHP_5_3)
+      ext/standard/exec.c:
+      Fixed bug #47937 (system() calls sapi_flush() regardless of output
+      buffering)
+
+2009-04-19  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN moved to 5.2
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/file.c
+      ext/standard/file.c
+      ext/standard/streamsfuncs.c
+      ext/standard/streamsfuncs.c
+      ext/standard/tests/streams/bug47997.phpt
+      main/php_streams.h
+      main/php_streams.h
+      main/streams/cast.c
+      main/streams/cast.c
+      main/streams/streams.c
+      main/streams/streams.c:
+      MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)
+
+    * ext/standard/tests/streams/bug47997.phpt
+      ext/standard/tests/streams/bug47997.phpt:
+      
+      new test
+
+    * ext/standard/tests/streams/bug47997.phpt
+      ext/standard/tests/streams/bug47997.phpt:
+      
+      file bug47997.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/file.c
+      ext/standard/streamsfuncs.c
+      main/php_streams.h
+      main/streams/cast.c
+      main/streams/streams.c:
+      Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)
+
 2009-04-18  Felipe Pena  <felipensp@gmail.com>
 
     * ext/pdo_firebird/firebird_driver.c: