From: Derick Rethans Date: Fri, 28 May 2004 10:47:15 +0000 (+0000) Subject: - Added date/time parser thingy. X-Git-Tag: php-5.0.0RC3RC2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27344aaed6f45eb339ca240327d5ffef437970ea;p=php - Added date/time parser thingy. --- diff --git a/TODO-5.1 b/TODO-5.1 index 4d6f3fc212..ddb4e4ef4e 100644 --- a/TODO-5.1 +++ b/TODO-5.1 @@ -12,3 +12,6 @@ Build System ------------ - Implement load order of built-in extensions (apply the patch). (Wez) +Standard Library +---------------- + - Implement new time/date parsing and handling functions. (Derick)