]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 20 Oct 2008 01:32:02 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 20 Oct 2008 01:32:02 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 0be9fe7a3b43b26c23f62a73182d19ecf591f206..aa92ec2bcd2b27489b98f6810c04a9a233a8b18e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2008-10-19  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pdo_mysql/tests/bug_43371.phpt
+      ext/pdo_mysql/tests/bug_43371.phpt:
+      - Fixed test
+
+2008-10-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_builtin_functions.c:
+      MFB: Fixed bug #46341 (Added missing validation checks into define() for
+      class constants)
+
+    * (PHP_5_3)
+      ZendEngine2/zend_builtin_functions.c:
+      Fixed bug #46341 (Added missing validation checks into define() for class
+      constants)
+
+2008-10-19  Johannes Schlüter  <johannes@schlueters.de>
+
+    * run-tests.php
+      run-tests.php
+      run-tests.php:
+      Add %S and %A to EXPECTF, they work like %s and %a but match empty strings,
+      too
+
+2008-10-19  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/tests/arrayObject___construct_error1.phpt
+      ext/spl/tests/arrayObject_setIteratorClass_error1.phpt:
+      MFB: Fix #46317 (Iterator class not properly checked)
+
+    * (PHP_5_3)
+      ext/spl/spl_array.c
+      ext/spl/tests/arrayObject___construct_error1.phpt
+      ext/spl/tests/arrayObject_setIteratorClass_error1.phpt:
+      Fix #46317 (Iterator class not properly checked)
+
+    * ext/spl/spl_array.c:
+      Link to spl iterator
+
+2008-10-19  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ext/pdo_mysql/tests/mysql_pdo_test.inc:
+      fix mysqlnd detection
+
+    * ext/mysqlnd/mysqlnd_ps.c:
+      Don't dereference NULL-pointer
+
+    * ext/pdo_mysql/tests/bug46292.phpt
+      ext/pdo_mysql/tests/bug46292.phpt
+      ext/pdo_mysql/tests/pdo_mysql_subclass.phpt
+      ext/pdo_mysql/tests/pdo_mysql_subclass.phpt:
+      Fix test
+
 2008-10-18  Antony Dovgal  <tony@daylessday.org>
 
     * (PHP_5_2)
index 47df6c573a70b4faca2a0fa78aa4457798dd5d39..2ef4768f61316b07ffa981395b992c1b2bceda31 100644 (file)
@@ -1,3 +1,15 @@
+2008-10-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      zend_builtin_functions.c:
+      MFB: Fixed bug #46341 (Added missing validation checks into define() for
+      class constants)
+
+    * (PHP_5_3)
+      zend_builtin_functions.c:
+      Fixed bug #46341 (Added missing validation checks into define() for class
+      constants)
+
 2008-10-17  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_object_handlers.c