From: Derick Rethans Date: Tue, 2 Mar 2004 13:12:44 +0000 (+0000) Subject: - Fixed yacc file X-Git-Tag: RELEASE_0_2_0~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6644d38e35185ff8dc3b3e0c6bb11f27b4fd191b;p=php - Fixed yacc file --- diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index ee75d8e74e..87a643fc95 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -391,6 +391,7 @@ iso8601datetime: iso8601date tTZONE iso8601time ((struct date_yy *)parm)->yyMonth = 1; } } + ; iso8601date: tUNUMBER tSNUMBER tSNUMBER { /* ISO 8601 format. yyyy-mm-dd. */