summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2008-12-24 01:32:31 +0000
committer <changelog@php.net>2008-12-24 01:32:31 +0000
commit848653b6a1d51a1fd274bd9fec156ac063251e54 (patch)
treeff018eccc69e0e57eef030cfc2ee5a9acf3ea826
parent965f76ca81b59b0c822fd2cd993026bfcde7e9bd (diff)
downloadphp-git-848653b6a1d51a1fd274bd9fec156ac063251e54.tar.gz
ChangeLog update
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 379d7f6ec9..522ef711b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2008-12-23 Sanjay Mantoor <smantoor@in.ibm.com>
+
+ * (PHP_5_2)
+ ext/date/tests/idate_basic.phpt
+ ext/date/tests/idate_variation1.phpt
+ ext/date/tests/idate_variation2.phpt
+ ext/date/tests/idate_variation3.phpt
+ ext/date/tests/idate_variation4.phpt
+ ext/date/tests/idate_variation5.phpt
+ ext/date/tests/idate_variation6.phpt:
+ New testcases for idate function
+
+ * (PHP_5_2)
+ ext/date/tests/gmmktime_basic.phpt
+ ext/date/tests/gmmktime_error.phpt
+ ext/date/tests/gmmktime_variation1.phpt
+ ext/date/tests/gmmktime_variation2.phpt
+ ext/date/tests/gmmktime_variation3.phpt
+ ext/date/tests/gmmktime_variation4.phpt
+ ext/date/tests/gmmktime_variation5.phpt
+ ext/date/tests/gmmktime_variation6.phpt
+ ext/date/tests/gmmktime_variation7.phpt
+ ext/date/tests/gmmktime_variation8.phpt
+ ext/date/tests/gmmktime_variation9.phpt:
+ New testcases for gmmktime function
+
2008-12-22 Scott MacVicar <scott@macvicar.net>
* (PHP_5_3)