]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 21 Feb 2008 01:31:39 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 21 Feb 2008 01:31:39 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index cc0ecb5569454c92c70975ec8a6ea6270b97a67d..17f9dbdb85a92671c395c7a600466aa4442db6c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+2008-02-20  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.c:
+      MFB: Fixed Bug #44191 (preg_grep messes up array index)
+
+    * (PHP_5_2)
+      NEWS
+      ext/pcre/php_pcre.c:
+      Fixed Bug #44191 (preg_grep messes up array index)
+
+    * ext/pcre/tests/bug44191.phpt
+      ext/pcre/tests/bug44191.phpt:
+      New test
+
+    * ext/pcre/tests/bug44191.phpt
+      ext/pcre/tests/bug44191.phpt
+      ext/pcre/tests/bug44191.phpt:
+        1.1.4;
+      file bug44191.phpt was initially added on branch PHP_5_2.
+
+2008-02-20  Andrey Hristov  <php@hristov.com>
+
+    * ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt
+      ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt:
+      Fix test. Now passes.
+
+2008-02-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/syslog.c:
+      
+      MFB: Fixed bug #44152 (Possible crash with syslog logging on ZTS builds).
+
+    * ext/standard/syslog.c:
+      
+      MFB: Fixed a possible crash with syslog logging on ZTS builds
+
+    * (PHP_5_3)
+      ext/standard/syslog.c:
+      Fixed a possible crash with syslog logging on ZTS builds
+
+2008-02-20  Andrey Hristov  <php@hristov.com>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_result.c
+      ext/mysqlnd/mysqlnd_result.c
+      ext/mysqlnd/mysqlnd_wireprotocol.c
+      ext/mysqlnd/mysqlnd_wireprotocol.c
+      ext/mysqlnd/mysqlnd_wireprotocol.h
+      ext/mysqlnd/mysqlnd_wireprotocol.h:
+      Fix memory leak
+
+2008-02-20  Josie Messa  <josmessa@uk.ibm.com>
+
+    * ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation4.phpt
+      ext/standard/tests/array/current_variation4.phpt:
+      - New tests for current() function
+
+    * ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation4.phpt
+      ext/standard/tests/array/current_variation4.phpt
+      ext/standard/tests/array/current_variation4.phpt:
+        1.1.4;
+      file current_basic.phpt was initially added on branch PHP_5_2.
+
+2008-02-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug44184.phpt
+      ZendEngine2/tests/bug44184.phpt
+      ZendEngine2/tests/bug44184.phpt:
+        1.1.4;
+      file bug44184.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug44184.phpt
+      ZendEngine2/tests/bug44184.phpt:
+      Fixed bug #44184 (Double free of loop-variable on exception)
+
+    * ZendEngine2/zend_gc.c
+      ZendEngine2/zend_gc.c:
+      Added checks for destoied objects
+
+2008-02-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo/pdo_stmt.c:
+      
+      MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)
+
+    * (PHP_5_3)
+      ext/pdo/pdo_stmt.c:
+      Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)
+
 2008-02-19  Christopher Jones  <christopher.jones@oracle.com>
 
     * (PHP_5_3)
index d88a573b608a9d63c4e5bffa1bfdee91f97dbefb..ff438629265a2b5d3d1fcb9f6b9f11769e6867eb 100644 (file)
@@ -1,3 +1,28 @@
+2008-02-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_compile.c
+      zend_compile.c
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      tests/bug44184.phpt
+      tests/bug44184.phpt:
+      Fixed bug #44184 (Double free of loop-variable on exception)
+
+    * tests/bug44184.phpt
+      tests/bug44184.phpt
+      tests/bug44184.phpt:
+        1.1.4;
+      file bug44184.phpt was initially added on branch PHP_5_2.
+
+    * zend_gc.c
+      zend_gc.c:
+      Added checks for destoied objects
+
 2008-02-19  Dmitry Stogov  <dmitry@zend.com>
 
     * (PHP_5_3)