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 /netware | |
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 'netware')
-rwxr-xr-x | netware/BisonExtStandard.bat | 1 | ||||
-rw-r--r-- | netware/phplib.mak | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/netware/BisonExtStandard.bat b/netware/BisonExtStandard.bat index 1a2e06950a..4b394d8308 100755 --- a/netware/BisonExtStandard.bat +++ b/netware/BisonExtStandard.bat @@ -1,3 +1,2 @@ @echo off
-bison --output=ext\standard\parsedate.c -v -d -p phplib ext\standard\parsedate.y
diff --git a/netware/phplib.mak b/netware/phplib.mak index 90b6e67427..1d22fcd104 100644 --- a/netware/phplib.mak +++ b/netware/phplib.mak @@ -105,7 +105,6 @@ C_SRC = ext/bcmath/bcmath.c \ ext/standard/microtime.c \ ext/standard/pack.c \ ext/standard/pageinfo.c \ - ext/standard/parsedate.c \ ext/standard/php_fopen_wrapper.c \ ext/standard/quot_print.c \ ext/standard/rand.c \ @@ -368,9 +367,6 @@ cleand: .PHONY: cleansrc cleansrc: @echo Deleting all generated source files... - -@del "ext\standard\parsedate.c" - -@del "ext\standard\parsedate.h" - -@del "ext\standard\parsedate.output" .PHONY: cleanobj cleanobj: |