helly Sun Jul 10 10:04:21 2005 EDT
Modified files:
/php-src/ext/date/lib/resource parse_date.re
Log:
- use three digit octal character definition
http://cvs.php.net/diff.php/php-src/ext/date/lib/resource/parse_date.re?r1=1.22&r2=1.23&ty=u
Index: php-src/ext/date/lib/resource/parse_date.re
diff -u php-src/ext/date/lib/resource/parse_date.re:1.22
php-src/ext/date/lib/resource/parse_date.re:1.23
--- php-src/ext/date/lib/resource/parse_date.re:1.22 Tue Jul 5 17:33:33 2005
+++ php-src/ext/date/lib/resource/parse_date.re Sun Jul 10 10:04:20 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: parse_date.re,v 1.22 2005/07/05 21:33:33 derick Exp $ */
+/* $Id: parse_date.re,v 1.23 2005/07/10 14:04:20 helly Exp $ */
#include "timelib.h"
@@ -1393,7 +1393,7 @@
goto std;
}
- "\0"|"\n"
+ "\000"|"\n"
{
s->pos = cursor; s->line++;
goto std;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php