summaryrefslogtreecommitdiff
path: root/genfiles
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-19 22:15:27 +0000
committerDerick Rethans <derick@php.net>2005-06-19 22:15:27 +0000
commit3cdc8952133b7e205b211d2c1fa76d465b034107 (patch)
treef53f4d5b9d0194fed417f58a63b2a126a080363a /genfiles
parent363bfdb4046071f3cf29a636d2c74588fb23bd11 (diff)
downloadphp-git-3cdc8952133b7e205b211d2c1fa76d465b034107.tar.gz
- Added backward compability wrapper "php_parse_date()".
- Changed WDDX extension to use new date parsing code. - Removed all remnants to the old parser. #- I hope that I didn't break the .dsp's...
Diffstat (limited to 'genfiles')
-rwxr-xr-xgenfiles1
1 files changed, 0 insertions, 1 deletions
diff --git a/genfiles b/genfiles
index c20115f2eb..502b0b11d1 100755
--- a/genfiles
+++ b/genfiles
@@ -5,7 +5,6 @@ STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir
(eval "$STD Zend/zend_language_parser.c Zend/zend_language_scanner.c Zend/zend_ini_parser.c Zend/zend_ini_scanner.c")
set -x
-bison -d -y -l ext/standard/parsedate.y -o ext/standard/parsedate.c
for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
cp $f $f.orig