summaryrefslogtreecommitdiff
path: root/win32/php5dllts.dsp
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 /win32/php5dllts.dsp
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 'win32/php5dllts.dsp')
-rw-r--r--win32/php5dllts.dsp59
1 files changed, 0 insertions, 59 deletions
diff --git a/win32/php5dllts.dsp b/win32/php5dllts.dsp
index 79048f20c7..745d800f4f 100644
--- a/win32/php5dllts.dsp
+++ b/win32/php5dllts.dsp
@@ -1704,10 +1704,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
@@ -2148,61 +2144,6 @@ SOURCE=.\winutil.h
# End Source File
# End Group
# End Group
-# Begin Group "Parsers"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\ext\standard\parsedate.y
-
-!IF "$(CFG)" == "php5dllts - Win32 Debug_TS"
-
-# 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)" == "php5dllts - Win32 Release_TS"
-
-# 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)" == "php5dllts - Win32 Release_TS_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
-
-!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg"
-
-# 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 ""