]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 29 Dec 2007 01:31:29 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 29 Dec 2007 01:31:29 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 351e2c3cd00c880f31a0f783f088ffbfb1ca3362..ab042feadb02637d5e24a24c06b04e8e3a690ac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2007-12-28  Ulf Wendel  <ulf.wendel@phpdoc.de>
+
+    * ext/mysqli/tests/bug35517.phpt:
+      Merge from 5_3. Fixing 32 vs. 64bit issue.
+
+    * ext/mysqli/tests/003.phpt
+      ext/mysqli/tests/020.phpt:
+      Merge from 5_3 - MySQL 6.0 SQL fixes
+
+2007-12-28  Andrey Hristov  <php@hristov.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Here comes the NEWS entry. The RM knows his job ;)
+
+    * ext/mysqli/config.m4
+      ext/mysqli/config.m4
+      ext/mysqli/config.w32
+      ext/mysqli/config.w32
+      ext/mysqli/mysqli_fe.c
+      ext/mysqli/mysqli_fe.c
+      ext/mysqli/mysqli_repl.c
+      ext/mysqli/mysqli_repl.c
+      ext/mysqli/php_mysqli_structs.h
+      ext/mysqli/php_mysqli_structs.h
+      ext/mysqli/tests/connect.inc
+      ext/mysqli/tests/mysqli_class_mysqli_interface.phpt
+      ext/mysqli/tests/mysqli_disable_rpl_parse.phpt
+      ext/mysqli/tests/mysqli_disable_rpl_parse.phpt
+      ext/mysqli/tests/mysqli_enable_rpl_parse.phpt
+      ext/mysqli/tests/mysqli_enable_rpl_parse.phpt
+      ext/mysqli/tests/mysqli_rpl_parse_enabled.phpt
+      ext/mysqli/tests/mysqli_rpl_parse_enabled.phpt
+      ext/mysqli/tests/mysqli_rpl_probe.phpt
+      ext/mysqli/tests/mysqli_rpl_probe.phpt
+      ext/mysqli/tests/mysqli_rpl_query_type.phpt
+      ext/mysqli/tests/mysqli_rpl_query_type.phpt:
+      Remove RPL functions. They were always experimental and lead to crashes.
+      The underlying functions will be removed from libmysql as of MySQL 6.0, so
+      it's right time to remove them.
+
+2007-12-28  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c:
+      Fixed possible memory corruption
+
+2007-12-28  Ulf Wendel  <ulf.wendel@phpdoc.de>
+
+    * (PHP_5_3)
+      ext/mysqli/tests/020.phpt:
+      Fixing SQL syntax in this very old test to make it pass with MySQL 6.0
+
+    * (PHP_5_3)
+      ext/mysqli/tests/bug35517.phpt:
+      Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.
+
+    * (PHP_5_3)
+      ext/mysqli/tests/003.phpt:
+      Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,
+      HEAD sync will follow.
+
+    * ext/mysqli/tests/bug42548.phpt:
+      Sync from 5_3. Cutting off a few edges:
+       - use connection parameter from environment variables
+       - check if MySQL supports procedures
+       - whitespace
+
+    * (PHP_5_3)
+      ext/mysqli/tests/bug42548.phpt:
+      Cutting off a few edges:
+       - use connection parameter from environment variables
+       - check if MySQL supports procedures
+       - whitespace
+
+2007-12-28  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/tests/bug38469.phpt:
+      Fixed bug #38469 (Unexpected creation of cycle).
+
+    * ext/json/tests/005.phpt
+      ext/json/tests/005.phpt
+      ext/json/tests/005.phpt:
+      Fixed test related to bug #38469
+
+    * ZendEngine2/tests/bug38469.phpt
+      ZendEngine2/tests/bug38469.phpt:
+      
+      Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks
+      memory)
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/tests/bug38469.phpt
+      ZendEngine2/tests/bug38469.phpt:
+      Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks
+      memory)
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c:
+      Initialize operand type
+
 2007-12-27  Nuno Lopes  <nunoplopes@sapo.pt>
 
     * ext/gmp/tests/026.phpt:
index 2967b4e73d98b51beae289e2720fc287a3cde692..e853d37345885a822d02c5738b3c5260ad9daae1 100644 (file)
@@ -1,3 +1,33 @@
+2007-12-28  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute.c
+      zend_execute.c:
+      Fixed possible memory corruption
+
+    * (PHP_5_2)
+      zend_compile.c
+      zend_language_parser.y
+      tests/bug38469.phpt:
+      Fixed bug #38469 (Unexpected creation of cycle).
+
+    * zend_compile.c
+      zend_compile.c
+      zend_language_parser.y
+      zend_language_parser.y
+      tests/bug38469.phpt
+      tests/bug38469.phpt:
+      Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks
+      memory)
+
+    * tests/bug38469.phpt
+      tests/bug38469.phpt:
+      
+      file bug38469.phpt was initially added on branch PHP_5_3.
+
+    * zend_compile.c
+      zend_compile.c:
+      Initialize operand type
+
 2007-12-27  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c