php-src/ext/date/TODO
Derick Rethans 3cdc895213 - Added backward compability wrapper "php_parse_date()".
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...
2005-06-19 22:15:27 +00:00

5 lines
265 B
Plaintext

- Port over my 200 test cases to .phpt format.
- Write an error handler for unexpected characters while parsing dates.
- Move all date/time related functions from ext/standard to ext/date
- Move all date/time related tests from ext/standard/tests to ext/data/tests