diff options
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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) |