summaryrefslogtreecommitdiff
path: root/ext/date/TODO
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-29 19:08:26 +0000
committerDerick Rethans <derick@php.net>2005-06-29 19:08:26 +0000
commite4860af7850b172fb16ea4fb2cc1e2e747e95959 (patch)
treee115a4cfd33a64013f476bff8025b387f735ab8f /ext/date/TODO
parente7de7ff9e2f0b9638b9a71096f8b4c2f3624e3a9 (diff)
downloadphp-git-e4860af7850b172fb16ea4fb2cc1e2e747e95959.tar.gz
- Reorganize headers, and update TODO.
Diffstat (limited to 'ext/date/TODO')
-rw-r--r--ext/date/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/TODO b/ext/date/TODO
index 4c625d0b7d..1daae52dff 100644
--- a/ext/date/TODO
+++ b/ext/date/TODO
@@ -1,6 +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.
-- 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.
+- Optimize parsing @ with a negative timestamp.