changelog Sat Jun 25 01:31:57 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2023&r2=1.2024&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2023 php-src/ChangeLog:1.2024
--- php-src/ChangeLog:1.2023 Fri Jun 24 01:38:25 2005
+++ php-src/ChangeLog Sat Jun 25 01:31:56 2005
@@ -1,3 +1,59 @@
+2005-06-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to
toggle
+ usage of buffered queries.
+
+2005-06-24 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_fe.c:
+ reverted Ilias changes - added get_warnings methods
+ (forgot to commit the file in my last commit)
+
+2005-06-24 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.h
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_gen.php
+ ZendEngine2/zend_vm_opcodes.h:
+ Export zend_do_fcall() helper from executor
+
+ * (PHP_4_4)
+ Zend/zend_compile.c:
+ Partial fix for bug #26584 (Class member - array key overflow)
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.c:
+ Partial fix for bug #26584 (Class member - array key overflow)
+ It doesn't fix integer overflow problem, but allows null, boolean and
+ double keys in array constants in the same way as in runtime.
+
+ * ZendEngine2/tests/bug30519.phpt
+ ZendEngine2/tests/bug30519.phpt:
+
+ Fixed bug #30519 (Interface not existing says Class not found)
+
+ * NEWS
+ NEWS
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_opcodes.h
+ ZendEngine2/tests/bug30519.phpt:
+ Fixed bug #30519 (Interface not existing says Class not found)
+
+2005-06-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * main/streams/plain_wrapper.c:
+ Likely fix for bug #33140
+
2005-06-23 Dmitry Stogov <[EMAIL PROTECTED]>
* tests/lang/bug28377.phpt
@@ -5143,7 +5199,7 @@
* (PHP_4_3)
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2023 2005/06/24 05:38:25 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2024 2005/06/25 05:31:56 changelog Exp $ tag
* (PHP_5_0)
ext/standard/url_scanner_ex.c:
@@ -8544,7 +8600,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.2023 2005/06/24 05:38:25 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.2024 2005/06/25 05:31:56 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -9025,7 +9081,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.2023 2005/06/24 05:38:25 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.2024 2005/06/25 05:31:56 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -10499,7 +10555,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2023 2005/06/24 05:38:25 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2024 2005/06/25 05:31:56 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: