]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 21 Mar 2009 01:32:48 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 21 Mar 2009 01:32:48 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index e870f91f85c52fcc2ada15a61c46a47a4140862e..a15b10c9a2065c73c73388f6e1dc7ffeebe1b949 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+2009-03-20  Steph Fox  <steph.fox@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.dev@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  <uwe@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.slattery@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  <dmitry@zend.com>
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Fixed warning
+
+2009-03-20  Zoe Slattery  <zoe.slattery@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.php@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      Fix typo
+
+2009-03-20  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/date/php_date.c:
+      set return_len to 0 when returning empty string and fix segfault
+
 2009-03-19  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/mbstring/oniguruma/regint.h
index 3859d8a2c5c0ecdd6fcd15c46795d45635d6fbad..cc10b23062d81bcdaf7766b6ab357d2076719d51 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Fixed warning
+
 2009-03-19  Matt Wilmas  <php_lists@realplain.com>
 
     * (PHP_5_3)