changelog Tue Oct 30 01:31:29 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2853&r2=1.2854&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2853 php-src/ChangeLog:1.2854
--- php-src/ChangeLog:1.2853 Mon Oct 29 01:31:25 2007
+++ php-src/ChangeLog Tue Oct 30 01:31:28 2007
@@ -1,3 +1,54 @@
+2007-10-29 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_operators.c
+ ZendEngine2/zend_operators.c:
+ optimization
+
+2007-10-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)