]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 30 May 2008 01:31:52 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 30 May 2008 01:31:52 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index bb8edbe91d6735e715ca7fba3ea2bcee61aec2f7..ccd13b7af32ee998620c2f990612b2a71e18c8ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2008-05-29  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/phar/phar.c
+      ext/phar/tests/zip/unixzip.phpt:
+      MFB: fix PECL bug #13981: Third-party zips fail entry interrogation
+
+    * (PHP_5_3)
+      ext/phar/phar.c
+      ext/phar/tests/zip/unixzip.phpt:
+      fix PECL bug #13981: Third-party zips fail entry interrogation
+
+2008-05-29  Andrey Hristov  <php@hristov.com>
+
+    * ext/mysqlnd/mysqlnd_result.c:
+      MFB
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_result.c:
+      Fix a bug that let PDO fail. It has been long fixed, but locally. Now I
+      know
+      what it fixes :)
+
+2008-05-29  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.c:
+      MFH: Fixed overflow crash (at least on Windows) in div_function with
+      LONG_MIN / -1
+
+    * ZendEngine2/zend_operators.c:
+      Fixed overflow crash (at least on Windows) in div_function with LONG_MIN /
+      -1
+      To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long
+      Same cause as Bug #27354 for mod_function
+
+2008-05-29  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      NEWS
+      TSRM/tsrm_win32.c:
+      MFH: Fix a bug when command is quoted and parameters are quoted during call
+      to exec, the result is that cmd.exe /c strips the first and last quote.
+
+    * (PHP_5_3)
+      TSRM/tsrm_win32.c:
+      MFH: Fix bug when command is quoted and parameters are quoted during call
+      to exec, the result is that cmd.exe /c strips the first and last quote.
+
+    * TSRM/tsrm_win32.c:
+      Fix bug when command is quoted and parameters are quoted during call to
+      exec, the result is that cmd.exe /c strips the first and last quote.
+
+2008-05-29  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug41919.phpt
+      ZendEngine2/tests/bug41919.phpt
+      ext/standard/tests/array/bug43495.phpt
+      ext/standard/tests/array/bug43495.phpt:
+      Fixed tests on Windows
+
 2008-05-28  Stanislav Malyshev  <stas@zend.com>
 
     * ext/phar/phar.c:
index 2d9cd0ae38e86415ee1cdf252c3dd0a4802ab0ad..9c62bc3cbc9e1e32dda5e223ccc24a543f13bfd7 100644 (file)
@@ -1,3 +1,22 @@
+2008-05-29  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      zend_operators.c
+      zend_operators.c:
+      MFH: Fixed overflow crash (at least on Windows) in div_function with
+      LONG_MIN / -1
+
+    * zend_operators.c:
+      Fixed overflow crash (at least on Windows) in div_function with LONG_MIN /
+      -1
+      To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long
+      Same cause as Bug #27354 for mod_function
+
+    * (PHP_5_2)
+      tests/bug41919.phpt
+      tests/bug41919.phpt:
+      Fixed tests on Windows
+
 2008-05-28  Felipe Pena  <felipensp@gmail.com>
 
     * tests/access_modifiers_008.phpt