changelog Tue Nov 7 01:31:10 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2504&r2=1.2505&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2504 php-src/ChangeLog:1.2505
--- php-src/ChangeLog:1.2504 Mon Nov 6 01:31:10 2006
+++ php-src/ChangeLog Tue Nov 7 01:31:09 2006
@@ -1,3 +1,88 @@
+2006-11-06 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/spl/spl_directory.c
+ ext/spl/spl_iterators.c:
+ Fix arginfo
+
+2006-11-06 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ext/standard/html.c:
+ Unicode support in entities/special chars funcs. See the NOTE at the
+ top.
+
+2006-11-06 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ README.UPDATE_5_2:
+ It is allow_url_include not allow_fopen_include
+
+2006-11-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/string.c
+ ext/standard/tests/strings/bug39350.phpt
+ ext/standard/tests/strings/bug39350.phpt:
+ Fixed bug #39350 (crash with implode("\n", array(false))).
+
+2006-11-06 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ README.UPDATE_5_2:
+ include php://input && data: have been disabled (with allow_fopen_include
+ off)
+ new DateTime(new stdclass) now throws exception
+ imap_[re]open() has new optional parameter
+
+2006-11-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/imap/php_imap.c:
+ param parsing fix
+
+
+2006-11-06 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/soap/tests/bugs/bug39121.phpt
+ ext/soap/tests/bugs/bug39121.phpt:
+
+ file bug39121.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ NEWS
+ ext/soap/php_packet_soap.c
+ ext/soap/php_packet_soap.c
+ ext/soap/tests/bugs/bug39121.phpt:
+ Fixed bug #39121 (Incorrect return array handling in non-wsdl soap
client)
+
+2006-11-06 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/imap/php_imap.c:
+ Enable the new 5th parameter
+
+ * (PHP_5_2)
+ ext/date/php_date.c:
+ MFH: throw exception on invalid parameters
+
+ * ext/date/php_date.c:
+ Throw exception on invalid parameters in DateTime::__construct()
+
+ * ext/spl/spl_directory.c
+ ext/spl/tests/fileobject_003.phpt:
+ Fix segfault on $splinfo->openFile()->getPath()
+ Improve test
+
+2006-11-06 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/standard/filestat.c
+ ext/standard/filestat.c:
+ Windows doesn't have chown(). Remove unused function and reference to
+ undeclared macro VCWD_CHOWN().
+
+ * (PHP_5_2)
+ ext/soap/php_encoding.c:
+ MFH: Fixed decoding list of arrays (related to bug #39121)
+
2006-11-05 Rasmus Lerdorf <[EMAIL PROTECTED]>
* ext/standard/php_fopen_wrapper.c