summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-06-25 05:32:01 +0000
committer <changelog@php.net>2005-06-25 05:32:01 +0000
commit3c653277a6b27c5f3497692312e22c25e2d34f22 (patch)
treea4d51080573b99c10a987174cfaee4454731f744 /ChangeLog
parent09f052358f1abf8cf7e7dd726f55d8c827ef9324 (diff)
downloadphp-git-3c653277a6b27c5f3497692312e22c25e2d34f22.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf376acae2..00d1e80c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2005-06-24 Ilia Alshanetsky <ilia@prohost.org>
+
+ * NEWS:
+ Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
+ usage of buffered queries.
+
+2005-06-24 Georg Richter <georg@mysql.com>
+
+ * 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 <dmitry@zend.com>
+
+ * 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 <ilia@prohost.org>
+
+ * main/streams/plain_wrapper.c:
+ Likely fix for bug #33140
+
2005-06-23 Dmitry Stogov <dmitry@zend.com>
* tests/lang/bug28377.phpt