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 /win32/php5dll.dsp | |
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 'win32/php5dll.dsp')
-rw-r--r-- | win32/php5dll.dsp | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/win32/php5dll.dsp b/win32/php5dll.dsp index 43d7f97590..891a0438f0 100644 --- a/win32/php5dll.dsp +++ b/win32/php5dll.dsp @@ -500,10 +500,6 @@ SOURCE=..\ext\standard\pageinfo.c # End Source File
# Begin Source File
-SOURCE=..\ext\standard\parsedate.c
-# End Source File
-# Begin Source File
-
SOURCE=..\ext\standard\php_fopen_wrapper.c
# End Source File
# Begin Source File
@@ -1664,50 +1660,6 @@ SOURCE=..\win32\wfile.h # End Source File
# End Group
# End Group
-# Begin Group "Parsers"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\ext\standard\parsedate.y
-
-!IF "$(CFG)" == "php5dll - Win32 Debug"
-
-# Begin Custom Build - Generating ext/standard/parsedate.c
-InputPath=..\ext\standard\parsedate.y
-
-"..\ext\standard\parsedate.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\ext\standard
- bison --output=parsedate.c -v -d parsedate.y
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "php5dll - Win32 Release"
-
-# Begin Custom Build - Generating ext/standard/parsedate.c
-InputPath=..\ext\standard\parsedate.y
-
-"..\ext\standard\parsedate.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\ext\standard
- bison --output=parsedate.c -v -d parsedate.y
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline"
-
-# Begin Custom Build - Generating ext/standard/parsedate.c
-InputPath=..\ext\standard\parsedate.y
-
-"..\ext\standard\parsedate.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\ext\standard
- bison --output=parsedate.c -v -d parsedate.y
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# End Group
# Begin Group "Text Files"
# PROP Default_Filter ""
|