diff --git a/ChangeLog b/ChangeLog index ad8149dd826..ca1da57c149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2006-07-28 Hannes Magnusson + + * 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 + + * 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 + + * (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 + + * ext/standard/string.c: + patch for #37846 (wordwrap() wraps incorrectly) + by Dmitry Kononov + +2006-07-28 Pierre-Alain Joye + + * ext/filter/filter.c: + - HEAD does not suppot magic_gpc + 2006-07-27 Ilia Alshanetsky * ext/filter/filter.c: