diff options
Diffstat (limited to 'ext/date/TODO')
-rw-r--r-- | ext/date/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/date/TODO b/ext/date/TODO new file mode 100644 index 0000000..4b1237c --- /dev/null +++ b/ext/date/TODO @@ -0,0 +1,6 @@ +- Port over my 200 test cases to .phpt format. +- Write an error handler for unexpected characters while parsing dates. +- Cache lookups for timezone information. +- Optimize parsing @ with a negative timestamp. +- Make sure that date_default_timezone_set() validates the passed timezone + identifier. |