changelog Sat Mar 21 01:32:45 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3350&r2=1.3351&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3350 php-src/ChangeLog:1.3351
--- php-src/ChangeLog:1.3350 Fri Mar 20 01:32:43 2009
+++ php-src/ChangeLog Sat Mar 21 01:32:44 2009
@@ -1,3 +1,80 @@
+2009-03-20 Steph Fox <steph....@virgin.net>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/pdo_dblib/dblib_driver.c
+ ext/pdo_dblib/dblib_stmt.c:
+ MFH: Fixed bug #38805 ( PDO Truncates Text from SQL Server Text Data Type
+ Field)
+ - Bring behaviour into line with ext/mssql
+ - Several memleaks plugged
+
+2009-03-20 Pierre-Alain Joye <pierre....@gmail.com>
+
+ * (PHP_5_3)
+ sapi/nsapi/config.w32:
+ - disable it when ZTS is disabled
+
+ * (PHP_5_3)
+ ext/mbstring/config.w32:
+ - fix build, add new cp850 file
+
+2009-03-20 Uwe Schindler <u...@thetaphi.de>
+
+ * (PHP_5_2)
+ sapi/nsapi/nsapi.c:
+ Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+
+ * sapi/nsapi/nsapi.c:
+ Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+ !!! This should also be merged into 5.3, I prepared it, please tell me if
+ it is ok to commit !!!
+
+2009-03-20 Zoe Slattery <zoe.slatt...@googlemail.com>
+
+ * README.TESTING
+ README.TESTING
+ README.TESTING:
+ clarification of wwwhether 'make test' needs the PHP xecutable to be set
+
+2009-03-20 Dmitry Stogov <dmi...@zend.com>
+
+ * ZendEngine2/zend_alloc.c
+ ZendEngine2/zend_alloc.c:
+ Fixed warning
+
+2009-03-20 Zoe Slattery <zoe.slatt...@googlemail.com>
+
+ * ext/standard/tests/file/is_executable_variation2.phpt
+ ext/standard/tests/file/is_readable_variation2.phpt
+ ext/standard/tests/file/is_writable_variation2.phpt
+ ext/standard/tests/file/lchown_error.phpt
+ ext/standard/tests/file/tempnam_variation4.phpt
+ ext/standard/tests/file/tempnam_variation4.phpt:
+ added skipif for root
+
+ * (PHP_5_3)
+ ext/standard/tests/file/is_executable_variation2.phpt
+ ext/standard/tests/file/is_readable_variation2.phpt
+ ext/standard/tests/file/is_writable_variation2.phpt
+ ext/standard/tests/file/lchown_error.phpt
+ ext/standard/tests/file/tempnam_variation4.phpt:
+ added skip if for root
+
+2009-03-20 Kalle Sommer Nielsen <kalle....@gmail.com>
+
+ * (PHP_5_2)
+ NEWS:
+ Fix typo
+
+2009-03-20 Antony Dovgal <t...@daylessday.org>
+
+ * ext/date/php_date.c:
+ set return_len to 0 when returning empty string and fix segfault
+
2009-03-19 Ilia Alshanetsky <i...@prohost.org>
* ext/mbstring/oniguruma/regint.h
@@ -33735,7 +33812,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3350 2009/03/20 01:32:43 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3351 2009/03/21 01:32:44 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c