]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 10 Jun 2009 01:32:52 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 10 Jun 2009 01:32:52 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 2b1bdc7b82fd1de504fefa4a9ec3f6371e6d4132..fb23fb1ba909b5256e0c9f08f31411feb4205f0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+2009-06-09  andy wharmby  <wharmby@uk.ibm.com>
+
+    * ext/mbstring/tests/mb_substitute_character_variation1.phpt
+      ext/mbstring/tests/mb_substitute_character_variation1.phpt
+      ext/mbstring/tests/mb_substitute_character_variation1.phpt:
+      Fix test - remove bogus variation
+
+2009-06-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - missing ACL entry
+
+    * (PHP_5_3)
+      NEWS:
+      - #41874
+
+    * ext/standard/proc_open.c
+      ext/standard/tests/file/bug41874.phpt
+      ext/standard/tests/file/bug41874_1.phpt
+      ext/standard/tests/file/bug41874_2.phpt
+      ext/standard/tests/file/bug41874_3.phpt:
+      - MFB: #41874, separate STDOUT and STDERR in exec functions
+
+    * TSRM/tsrm_win32.c:
+      -   #41874, separate STDOUT and STDERR in exec functions
+
+    * (PHP_5_2)
+      NEWS:
+      - fix NEWS
+
+2009-06-09  David Soria Parra  <dsoria@gmx.net>
+
+    * (PHP_5_3)
+      sapi/cgi/cgi_main.c:
+      MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME
+      for non apache).
+      The fix was provided by Sriram Natarajan.
+
+    * (PHP_5_2)
+      NEWS
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c:
+      Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for
+      non apache).
+      The fix was provided by Sriram Natarajan.
+
+2009-06-09  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      TZ update news
+
+2009-06-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * sapi/apache/mod_php.c:
+      - fix build (test before commit maybe?)
+
+    * ext/mysqlnd/php_mysqlnd.c:
+      - fix TS build
+
+    * ext/mysqlnd/php_mysqlnd.c:
+      - ws
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute.h:
+      - fix build (void alarm)
+
+    * (PHP_5_3)
+      TSRM/tsrm_win32.c:
+      - missing include
+
+2009-06-09  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/spl/php_spl.c
+      ext/spl/tests/bug48493.phpt:
+      MFH Fix bug #48493 - spl_autoload_register can leave the HT in an
+      inconsistent way.
+      Need to point the second elements previous item to head so we can traverse
+      upwards.
+
+    * ext/spl/php_spl.c
+      ext/spl/tests/bug48493.phpt
+      ext/spl/tests/bug48493.phpt:
+      Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent
+      way.
+      Need to point the second elements previous item to head so we can traverse
+      upwards.
+
+    * (PHP_5_2)
+      NEWS
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ext/mysqli/tests/bug46109.phpt:
+      Add test
+
+    * (PHP_5_2)
+      ext/mysqli/mysqli_api.c:
+      MFH #46019 - Memory leak when Mysqli::init() is called multiple times.
+
+    * (PHP_5_3)
+      NEWS:
+      Move entry to 5.2
+
+2009-06-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/standard/tests/file/bug41874.phpt
+      ext/standard/tests/file/bug41874.phpt
+      ext/standard/tests/file/bug41874_1.phpt
+      ext/standard/tests/file/bug41874_1.phpt
+      ext/standard/tests/file/bug41874_2.phpt
+      ext/standard/tests/file/bug41874_2.phpt
+      ext/standard/tests/file/bug41874_3.phpt
+      ext/standard/tests/file/bug41874_3.phpt:
+      
+      file bug41874.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      TSRM/tsrm_win32.c
+      ext/standard/proc_open.c:
+      
+
 2009-06-08  Scott MacVicar  <scott@macvicar.net>
 
     * (PHP_5_2)
index ed27baf8a268c0541f15af4c7d9fe44258f41af5..13d7fb480d9033eb7c2ebbc7f2044e795e77c7bc 100644 (file)
@@ -1,3 +1,9 @@
+2009-06-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      zend_execute.h:
+      - fix build (void alarm)
+
 2009-06-08  Pierre-Alain Joye  <pierre.dev@gmail.com>
 
     * (PHP_5_2)