changelog Sat Jul 29 01:31:19 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2405&r2=1.2406&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2405 php-src/ChangeLog:1.2406
--- php-src/ChangeLog:1.2405 Fri Jul 28 01:30:48 2006
+++ php-src/ChangeLog Sat Jul 29 01:31:19 2006
@@ -1,3 +1,65 @@
+2006-07-28 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/date/tests/date_constants.phpt:
+ MFB: Update test
+
+ * (PHP_5_2)
+ ext/date/php_date.c
+ ext/date/tests/date_constants.phpt:
+ Fix DateTime::RSS
+ Update tests
+
+2006-07-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/hash/hash.c:
+ MFB: cleanup of the phpinfo() output.
+
+ * (PHP_5_2)
+ ext/hash/hash.c:
+ cleanup of the phpinfo() output.
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/info.c
+ ext/standard/info.h:
+ ext/standard/info.c ext/standard/info.h
+
+ * ext/zip/php_zip.c:
+ MFB: Cleanup phpinfo() output
+
+ * (PHP_5_2)
+ ext/zip/php_zip.c:
+ Cleanup phpinfo() output
+
+2006-07-28 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/tests/file/bug24313.phpt:
+ fix test
+
+ * ext/standard/tests/file/bug24313.phpt:
+ fix test
+ I really hope there are no systems where /dev is a symlink
+
+ * run-tests.php:
+ enabling --leak-check was bad idea, since there are way too much false
+ positives caused by the absence of Zend MM
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/string.c:
+ MFH: patch for #37846 (wordwrap() wraps incorrectly)
+ by Dmitry Kononov <ddk at krasn dot ru>
+
+ * ext/standard/string.c:
+ patch for #37846 (wordwrap() wraps incorrectly)
+ by Dmitry Kononov <ddk at krasn dot ru>
+
+2006-07-28 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/filter/filter.c:
+ - HEAD does not suppot magic_gpc
+
2006-07-27 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/filter/filter.c: