diff options
author | Derick Rethans <derick@php.net> | 2005-06-19 22:15:27 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-06-19 22:15:27 +0000 |
commit | 3cdc8952133b7e205b211d2c1fa76d465b034107 (patch) | |
tree | f53f4d5b9d0194fed417f58a63b2a126a080363a /genfiles | |
parent | 363bfdb4046071f3cf29a636d2c74588fb23bd11 (diff) | |
download | php-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-x | genfiles | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |