]> granicus.if.org Git - php/commitdiff
some more things to do
authorfoobar <sniper@php.net>
Sat, 18 Jun 2005 18:11:33 +0000 (18:11 +0000)
committerfoobar <sniper@php.net>
Sat, 18 Jun 2005 18:11:33 +0000 (18:11 +0000)
ext/date/TODO

index 0405c0422cc3c901042eaa2a151935651614541d..6020de98cffbd32085dd7aebc2884b50d25f92b9 100644 (file)
@@ -1,5 +1,8 @@
 - Fix one bug that prevent current testcases from working.
-- Implement INI settings default timezone, for now the env var "TZ" can be
+- Implement INI setting default timezone, for now the env var "TZ" can be
   used.
 - Port over my 200 test cases to .phpt format.
 - Write an error handler for unexpected characters while parsing dates.
+- Remove old parsedate.* code from ext/standard 
+- 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