From: Derick Rethans Date: Thu, 8 Sep 2011 16:57:41 +0000 (+0000) Subject: - Updated to-do. X-Git-Tag: php-5.5.0alpha1~1209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72ebf32b49423a721dcb274f77ab4edf0f99b81c;p=php - Updated to-do. --- diff --git a/ext/date/TODO b/ext/date/TODO index 4b1237c4a9..a585b05516 100644 --- a/ext/date/TODO +++ b/ext/date/TODO @@ -1,6 +1,5 @@ - Port over my 200 test cases to .phpt format. - Write an error handler for unexpected characters while parsing dates. - Cache lookups for timezone information. -- Optimize parsing @ with a negative timestamp. - Make sure that date_default_timezone_set() validates the passed timezone identifier.