changelog Mon Nov 1 20:50:31 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1792&r2=1.1793&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1792 php-src/ChangeLog:1.1793
--- php-src/ChangeLog:1.1792 Sun Oct 31 20:54:20 2004
+++ php-src/ChangeLog Mon Nov 1 20:50:23 2004
@@ -1,3 +1,68 @@
+2004-11-01 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/array.c:
+ - Remove doubled definition
+
+ * ext/standard/array.c:
+ - Add some comment
+
+ * ext/standard/array.c:
+ - Allow direct access to spl class entries (SPL cannot be build shared)
+
+ * ext/standard/array.c
+ ext/standard/php_array.h:
+ - Use new way for global variables
+ - Cache class lookup
+
+ * ext/standard/array.c:
+ - Add interface Countable (PECL #30113)
+
+2004-11-01 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_nonapi.c:
+ added multi resultset support in mysql_connect
+
+ * (PHP_5_0)
+ NEWS
+ ext/mysqli/mysqli_nonapi.c:
+ Added default multi resultset support for mysqli_connect (#30645)
+
+ * (PHP_5_0)
+ NEWS:
+ fixed error handling in mysqli_multi_query
+
+ * (PHP_5_0)
+ ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_nonapi.c
+ ext/mysqli/tests/003.phpt
+ ext/mysqli/tests/020.phpt:
+ MFH:
+ Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)
+ Fixed memleak in mysqli_stmt_bind_result
+ Fixed error handling for mysqli_multi_query
+
+ * ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_nonapi.c
+ ext/mysqli/tests/003.phpt
+ ext/mysqli/tests/020.phpt:
+ Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)
+ Fixed memleak in mysqli_stmt_bind_result
+ Fixed error handling for mysqli_multi_query
+
+2004-11-01 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/curl/curl.c:
+ MFH: Fixed bug #30613 (Prevent infinite recursion in url redirection).
+
+ * ext/curl/interface.c:
+ MFB: Fixed bug #30613 (Prevent infinite recursion in url redirection).
+
+ * (PHP_5_0)
+ ext/curl/interface.c:
+ Fixed bug #30613 (Prevent infinite recursion in url redirection).
+
2004-10-31 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend_reflection_api.c:
@@ -12059,7 +12124,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1792 2004/11/01 01:54:20
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1793 2004/11/02 01:50:23
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>