wez Mon Sep 9 15:11:35 2002 EDT
Modified files:
/php4/ext/standard parsedate.y
Log:
put that back...
Index: php4/ext/standard/parsedate.y
diff -u php4/ext/standard/parsedate.y:1.33 php4/ext/standard/parsedate.y:1.34
--- php4/ext/standard/parsedate.y:1.33 Mon Sep 9 15:09:23 2002
+++ php4/ext/standard/parsedate.y Mon Sep 9 15:11:35 2002
@@ -8,7 +8,7 @@
** This code is in the public domain and has no copyright.
*/
-/* $Id: parsedate.y,v 1.33 2002/09/09 19:09:23 wez Exp $ */
+/* $Id: parsedate.y,v 1.34 2002/09/09 19:11:35 wez Exp $ */
#include "php.h"
@@ -220,6 +220,7 @@
| rel {
yyHaveRel++;
}
+ | number
;
time : tUNUMBER tMERIDIAN {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php