From: Date: Mon, 29 Dec 2008 01:32:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4723 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98332f2013ac1ba62ce87a88582642970edc55ab;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ebd6385c80..cfc0efe8e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-12-28 Felipe Pena + + * ext/standard/string.c + ext/standard/tests/file/pathinfo_variation2.phpt: + - Unicodify (#46687) + +2008-12-28 Robin Fernandes + + * main/output.c + tests/output/bug46900.phpt + tests/output/bug46903.phpt + tests/output/ob_014.phpt + tests/output/ob_015.phpt + tests/output/ob_start_basic_002.phpt + tests/output/ob_start_basic_004.phpt: + Fix bugs #46900 and #46903. + +2008-12-28 Felipe Pena + + * (PHP_5_3) + NEWS: + - Errr, I lost the practice ;D + 2008-12-27 Felipe Pena * (PHP_5_3)