From: Date: Sun, 10 Aug 2008 01:32:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b77dcab3b1423413ba7900110ddecce5606c2f2a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7375f7b905..34f73228cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2008-08-09 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/file/copy_variation4.phpt + ext/standard/tests/file/copy_variation4.phpt: + disable the test on AIX + + * ext/standard/tests/file/copy_variation4.phpt: + disable the test on AIX - unlink() deletes directories there (omg..) + + * (PHP_5_2) + ext/date/lib/parse_tz.c + ext/date/lib/parse_tz.c: + MFH: do not fail & segfault if malloc(0) returns NULL, that's expected + + * ext/date/lib/parse_tz.c: + do not fail & segfault if malloc(0) returns NULL, that's expected + (reproducible on AIX with simple date() and UTC timezone) + + * ext/date/php_date.c: + fix leak + + * ext/standard/tests/file/clearstatcache_001.phpt + ext/standard/tests/file/clearstatcache_001.phpt: + fix typo + 2008-08-08 Etienne Kneuss * (PHP_5_3)