]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 5 Sep 2004 00:32:42 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Sun, 5 Sep 2004 00:32:42 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index f5c535a1fd5b24c03bf398ff01efbe81a43e545f..2e7b42aebbe34fde6e7ced5a69603231c4af94a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-09-04  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_API.c:
+      - Don't destroy object when calling overloaded cast method in
+      - zend_parse_parameters()
+
+2004-09-04  Georg Richter  <georg@mysql.com>
+
+    * (PHP_5_0)
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/php_mysqli.h
+      ext/mysqli/tests/061.csv
+      ext/mysqli/tests/061.csv
+      ext/mysqli/tests/061.phpt:
+      MFH: LOAD DATA INFILE now uses PHP's fopen wrapper
+
+    * ext/mysqli/mysqli_api.c:
+      forgot to remove comment in last commit
+
 2004-09-03  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/dio/dio.c:
index c059291f9437954dd0a757dd7a5eb2878190d7eb..3a3b504a750f1a94a19f0c31a0904c242f553f21 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-04  Andi Gutmans  <andi@zend.com>
+
+    * zend_API.c:
+      - Don't destroy object when calling overloaded cast method in
+      - zend_parse_parameters()
+
 2004-09-02  Sebastian Bergmann  <sb@sebastian-bergmann.de>
 
     * zend_compile.c: