php-src/ext/date/TODO

7 lines
357 B
Plaintext
Raw Normal View History

- Port over my 200 test cases to .phpt format.
- Write an error handler for unexpected characters while parsing dates.
2005-06-20 11:08:28 +00:00
- Cache lookups for timezone information.
- 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.
2005-06-29 19:08:26 +00:00
- Optimize parsing @ with a negative timestamp.