diff options
author | <changelog@php.net> | 2008-12-24 01:32:31 +0000 |
---|---|---|
committer | <changelog@php.net> | 2008-12-24 01:32:31 +0000 |
commit | 848653b6a1d51a1fd274bd9fec156ac063251e54 (patch) | |
tree | ff018eccc69e0e57eef030cfc2ee5a9acf3ea826 | |
parent | 965f76ca81b59b0c822fd2cd993026bfcde7e9bd (diff) | |
download | php-git-848653b6a1d51a1fd274bd9fec156ac063251e54.tar.gz |
ChangeLog update
-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) |