summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2008-08-10 01:32:08 +0000
committer <changelog@php.net>2008-08-10 01:32:08 +0000
commitb77dcab3b1423413ba7900110ddecce5606c2f2a (patch)
tree79b38f38c0183eef31ff8a06578cae7208a12047 /ChangeLog
parent255f027443eda82eece80b68f747b012bf7981f2 (diff)
downloadphp-git-b77dcab3b1423413ba7900110ddecce5606c2f2a.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7375f7b905..34f73228cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2008-08-09 Antony Dovgal <tony@daylessday.org>
+
+ * (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@colder.ch>
* (PHP_5_3)