changelog Wed Jun 10 01:32:47 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3429&r2=1.3430&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3429 php-src/ChangeLog:1.3430
--- php-src/ChangeLog:1.3429 Tue Jun 9 01:32:45 2009
+++ php-src/ChangeLog Wed Jun 10 01:32:46 2009
@@ -1,3 +1,129 @@
+2009-06-09 andy wharmby <whar...@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....@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 <dso...@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 <i...@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+ TZ update news
+
+2009-06-09 Pierre-Alain Joye <pierre....@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 <sc...@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....@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 <sc...@macvicar.net>
* (PHP_5_2)
@@ -45062,7 +45188,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3429 2009/06/09 01:32:45 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3430 2009/06/10 01:32:46 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c