php-src/ext/date/TODO
2005-06-29 19:08:26 +00:00

7 lines
357 B
Plaintext

- Port over my 200 test cases to .phpt format.
- Write an error handler for unexpected characters while parsing dates.
- 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.
- Optimize parsing @ with a negative timestamp.