derick Mon Jun 20 07:08:29 2005 EDT Modified files: /php-src/ext/date TODO Log: - Update TODO. http://cvs.php.net/diff.php/php-src/ext/date/TODO?r1=1.6&r2=1.7&ty=u Index: php-src/ext/date/TODO diff -u php-src/ext/date/TODO:1.6 php-src/ext/date/TODO:1.7 --- php-src/ext/date/TODO:1.6 Sun Jun 19 18:15:25 2005 +++ php-src/ext/date/TODO Mon Jun 20 07:08:28 2005 @@ -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.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php