summaryrefslogtreecommitdiff
path: root/ext/date/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/TODO')
-rw-r--r--ext/date/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/date/TODO b/ext/date/TODO
index 34a209f942..4c625d0b7d 100644
--- a/ext/date/TODO
+++ b/ext/date/TODO
@@ -1,4 +1,6 @@
- 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
+- Cache lookups for timezone information.
+- Change tz structure lookup to use binary search.
+- 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.