summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-20 11:08:28 +0000
committerDerick Rethans <derick@php.net>2005-06-20 11:08:28 +0000
commitd99e8894ffc620af5928e1db3b751b63428bdf28 (patch)
treecbb83b752d46d7b386ebe2f402a37e23c213d570 /ext
parent610fd92ee705e53aac6e5f84b96b5825e051f9c9 (diff)
downloadphp-git-d99e8894ffc620af5928e1db3b751b63428bdf28.tar.gz
- Update TODO.
Diffstat (limited to 'ext')
-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.