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

index feb8ee513c8cdb79530b5fe0f5255c4011b9037b..8a66c92f308e0098f3ae8ea4c70b9cdf4eb1151b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2007-10-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.re
+      ext/pdo/pdo_sql_parser.re
+      ext/pdo/tests/bug_43130.phpt
+      ext/pdo/tests/bug_43130.phpt:
+      
+      MFB: Fixed bug #43130 (Bound parameters cannot have - in their name)
+
+    * (PHP_5_3)
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.re
+      ext/pdo/tests/bug_43130.phpt
+      ext/pdo/tests/bug_43130.phpt
+      ext/pdo/tests/bug_43130.phpt:
+      Fixed bug #43130 (Bound parameters cannot have - in their name)
+
+2007-10-29  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Note addition of +/* specifiers
+
+    * (PHP_5_3)
+      ZendEngine2/zend_API.c:
+      Backport +/* vararg specifiers from PHP6
+
+2007-10-29  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.c:
+      optimization
+
+2007-10-29  Jani Taskinen  <jani.taskinen@iki.fi>
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_api.c:
+      MFH:- Fixed invalid handling of float value passed to an integer field on
+      64bit machine
+
+    * ext/mysqli/mysqli_api.c:
+      - Fixed invalid handling of float value passed to an integer field on 64bit
+      machine
+
+    * ext/mysqli/tests/061.phpt:
+      fix test
+
 2007-10-28  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 6391b5a562cf274ae0bea1d1bfcb0ec8a4b5cdcc..7454dd78c313d12ce4a19fea3b368e6b913faba6 100644 (file)
@@ -1,3 +1,15 @@
+2007-10-29  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_5_3)
+      zend_API.c:
+      Backport +/* vararg specifiers from PHP6
+
+2007-10-29  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_operators.c
+      zend_operators.c:
+      optimization
+
 2007-10-25  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_alloc.c