From 0a34d10783284e6d96d7f6f69bf29ff1f1fb45bd Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Wed, 28 Apr 2010 14:41:51 +0000 Subject: [PATCH] revert change #298288: Remove old dsp/dsw/makefile files --- ext/bz2/bz2.dsp | 112 + ext/ctype/ctype.dsp | 107 + ext/curl/curl.dsp | 186 ++ ext/dba/dba.dsp | 213 ++ ext/dom/dom.dsp | 250 +++ ext/exif/exif.dsp | 113 + ext/ext_skel_win32.php | 14 + ext/gd/gd.dsp | 600 ++++++ ext/gettext/gettext.dsp | 113 + ext/iconv/iconv.dsp | 107 + ext/imap/imap.dsp | 176 ++ ext/interbase/interbase.dsp | 135 ++ ext/json/json.dsp | 135 ++ ext/ldap/ldap.dsp | 288 +++ ext/mbstring/mbstring.dsp | 1112 ++++++++++ ext/mcrypt/mcrypt.dsp | 117 + ext/mssql/mssql.dsp | 117 + ext/mysql/mysql.dsp | 171 ++ ext/mysql/mysql.mak | 169 ++ ext/mysqli/mysqli.dsp | 120 ++ ext/oci8/oci8.dsp | 133 ++ ext/openssl/openssl.dsp | 111 + ext/openssl/openssl.mak | 185 ++ ext/pgsql/pgsql.dsp | 167 ++ ext/pgsql/pgsql.mak | 170 ++ ext/pspell/pspell.dsp | 112 + ext/shmop/shmop.dsp | 107 + ext/simplexml/simplexml.dsp | 111 + ext/skeleton/skeleton.dsp | 113 + ext/snmp/snmp.dsp | 109 + ext/soap/php_soap.dsp | 156 ++ ext/sockets/sockets.dsp | 117 + ext/sqlite/sqlite.dsp | 339 +++ ext/sybase_ct/sybase_ct.dsp | 114 + ext/tidy/tidy.dsp | 108 + ext/tokenizer/tokenizer.dsp | 108 + ext/xml/xml.mak | 172 ++ ext/xmlreader/xmlreader.dsp | 114 + ext/xmlrpc/xmlrpc.dsp | 211 ++ ext/xmlwriter/xmlwriter.dsp | 113 + ext/xsl/xsl.dsp | 120 ++ ext/zlib/zlib.dsp | 121 ++ sapi/aolserver/php5aolserver.dsp | 135 ++ sapi/apache/php5apache.dsp | 151 ++ sapi/apache2handler/php5apache2.dsp | 146 ++ sapi/apache_hooks/php5apache_hooks.dsp | 151 ++ sapi/embed/php5embed.dsp | 100 + sapi/isapi/php5isapi.dsp | 165 ++ sapi/nsapi/php5nsapi.dsp | 135 ++ sapi/pi3web/php5pi3web.dsp | 136 ++ win32/EngineSelect.bat | 5 + win32/EngineSelect.dsp | 85 + win32/build/block.template.dsw | 15 + win32/build/template.dsp | 81 + win32/build/template.dsw | 63 + win32/php5.dsp | 134 ++ win32/php5.dsw | 107 + win32/php5dll.dsp | 1659 ++++++++++++++ win32/php5dllts.dsp | 2735 ++++++++++++++++++++++++ win32/php5dllts.rc | 126 ++ win32/php5dllts.rc2 | 61 + win32/php5ts.dsp | 191 ++ win32/php5ts.dsw | 227 ++ win32/php5ts.rc | 126 ++ win32/php5ts.rc2 | 61 + win32/php5ts_cli.dsp | 175 ++ win32/php5ts_cli.rc | 126 ++ win32/php5ts_cli.rc2 | 61 + win32/php_modules.dsw | 473 ++++ win32/testsuite.dsp | 150 ++ 70 files changed, 15246 insertions(+) create mode 100644 ext/bz2/bz2.dsp create mode 100644 ext/ctype/ctype.dsp create mode 100644 ext/curl/curl.dsp create mode 100644 ext/dba/dba.dsp create mode 100644 ext/dom/dom.dsp create mode 100644 ext/exif/exif.dsp create mode 100644 ext/gd/gd.dsp create mode 100644 ext/gettext/gettext.dsp create mode 100644 ext/iconv/iconv.dsp create mode 100644 ext/imap/imap.dsp create mode 100644 ext/interbase/interbase.dsp create mode 100644 ext/json/json.dsp create mode 100644 ext/ldap/ldap.dsp create mode 100644 ext/mbstring/mbstring.dsp create mode 100644 ext/mcrypt/mcrypt.dsp create mode 100644 ext/mssql/mssql.dsp create mode 100644 ext/mysql/mysql.dsp create mode 100644 ext/mysql/mysql.mak create mode 100755 ext/mysqli/mysqli.dsp create mode 100644 ext/oci8/oci8.dsp create mode 100644 ext/openssl/openssl.dsp create mode 100644 ext/openssl/openssl.mak create mode 100644 ext/pgsql/pgsql.dsp create mode 100644 ext/pgsql/pgsql.mak create mode 100644 ext/pspell/pspell.dsp create mode 100644 ext/shmop/shmop.dsp create mode 100644 ext/simplexml/simplexml.dsp create mode 100644 ext/skeleton/skeleton.dsp create mode 100644 ext/snmp/snmp.dsp create mode 100644 ext/soap/php_soap.dsp create mode 100644 ext/sockets/sockets.dsp create mode 100644 ext/sqlite/sqlite.dsp create mode 100644 ext/sybase_ct/sybase_ct.dsp create mode 100755 ext/tidy/tidy.dsp create mode 100644 ext/tokenizer/tokenizer.dsp create mode 100644 ext/xml/xml.mak create mode 100644 ext/xmlreader/xmlreader.dsp create mode 100644 ext/xmlrpc/xmlrpc.dsp create mode 100644 ext/xmlwriter/xmlwriter.dsp create mode 100644 ext/xsl/xsl.dsp create mode 100644 ext/zlib/zlib.dsp create mode 100644 sapi/aolserver/php5aolserver.dsp create mode 100644 sapi/apache/php5apache.dsp create mode 100644 sapi/apache2handler/php5apache2.dsp create mode 100755 sapi/apache_hooks/php5apache_hooks.dsp create mode 100644 sapi/embed/php5embed.dsp create mode 100644 sapi/isapi/php5isapi.dsp create mode 100644 sapi/nsapi/php5nsapi.dsp create mode 100644 sapi/pi3web/php5pi3web.dsp create mode 100755 win32/EngineSelect.bat create mode 100644 win32/EngineSelect.dsp create mode 100644 win32/build/block.template.dsw create mode 100644 win32/build/template.dsp create mode 100644 win32/build/template.dsw create mode 100644 win32/php5.dsp create mode 100644 win32/php5.dsw create mode 100644 win32/php5dll.dsp create mode 100644 win32/php5dllts.dsp create mode 100644 win32/php5dllts.rc create mode 100644 win32/php5dllts.rc2 create mode 100644 win32/php5ts.dsp create mode 100644 win32/php5ts.dsw create mode 100644 win32/php5ts.rc create mode 100644 win32/php5ts.rc2 create mode 100644 win32/php5ts_cli.dsp create mode 100644 win32/php5ts_cli.rc create mode 100644 win32/php5ts_cli.rc2 create mode 100644 win32/php_modules.dsw create mode 100644 win32/testsuite.dsp diff --git a/ext/bz2/bz2.dsp b/ext/bz2/bz2.dsp new file mode 100644 index 00000000000..a054c522a79 --- /dev/null +++ b/ext/bz2/bz2.dsp @@ -0,0 +1,112 @@ +# Microsoft Developer Studio Project File - Name="bz2" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=bz2 - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "bz2.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "bz2.mak" CFG="bz2 - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "bz2 - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "bz2 - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "bz2 - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BZ2_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\includes" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_BZ2" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_BZ2=1 /D "PHP_BZ2_EXPORTS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 libbz2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_bz2.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\release" + +!ELSEIF "$(CFG)" == "bz2 - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BZ2_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\includes" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_BZ2" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_BZ2=1 /D "PHP_BZ2_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib libbz2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_bz2.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\release" + +!ENDIF + +# Begin Target + +# Name "bz2 - Win32 Release_TS" +# Name "bz2 - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\bz2.c +# End Source File +# Begin Source File + +SOURCE=.\bz2_filter.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_bz2.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/ctype/ctype.dsp b/ext/ctype/ctype.dsp new file mode 100644 index 00000000000..1305c72f6a8 --- /dev/null +++ b/ext/ctype/ctype.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="ctype" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=ctype - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ctype.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ctype.mak" CFG="ctype - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ctype - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ctype - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ctype - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CTYPE_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D "WIN32" /D "PHP_EXPORTS" /D "COMPILE_DL_CTYPE" /D ZTS=1 /D HAVE_CTYPE=1 /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_ctype.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "ctype - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CTYPE_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "PHP_EXPORTS" /D "COMPILE_DL_CTYPE" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_CTYPE=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_ctype.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "ctype - Win32 Release_TS" +# Name "ctype - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\ctype.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_ctype.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/curl/curl.dsp b/ext/curl/curl.dsp new file mode 100644 index 00000000000..81d823183d2 --- /dev/null +++ b/ext/curl/curl.dsp @@ -0,0 +1,186 @@ +# Microsoft Developer Studio Project File - Name="curl" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=curl - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "curl.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "curl.mak" CFG="curl - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "curl - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "curl - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "curl - Win32 Debug_TS_SSL" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "curl - Win32 Release_TS_SSL" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "curl - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_CURL" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\main" /I "..\..\..\php_build\curl\include" /D "WIN32" /D "CURL_EXPORTS" /D "COMPILE_DL_CURL" /D ZTS=1 /D HAVE_CURL=1 /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib libcurl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /machine:I386 /nodefaultlib:"MSVCRT" /out:"..\..\Release_TS/php_curl.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\curl\lib" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "curl - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_CURL" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\main" /I "..\..\..\php_build\curl\include" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURL_EXPORTS" /D "COMPILE_DL_CURL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_CURL=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts_debug.lib libcurl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib wsock32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"MSVCRTD" /out:"..\..\Debug_TS/php_curl.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\curl\lib" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "curl - Win32 Debug_TS_SSL" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "curl___Win32_Debug_TS_SSL" +# PROP BASE Intermediate_Dir "curl___Win32_Debug_TS_SSL" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS_SSL" +# PROP Intermediate_Dir "Debug_TS_SSL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURL_EXPORTS" /D "COMPILE_DL_CURL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_CURL=1 /FR /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\main" /I "..\..\..\php_build\curl\include" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CURL_EXPORTS" /D "COMPILE_DL_CURL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_CURL=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts_debug.lib libcurl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"msvcrtd.lib" /out:"..\..\Debug_TS/php_curl.dll" /libpath:"..\..\Debug_TS" +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 php5ts_debug.lib libcurl.lib ssleay32.lib libeay32.lib msvcrt.lib ws2_32.lib winmm.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"MSVCRTD" /out:"..\..\Debug_TS/php_curl.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\curl\lib" +# SUBTRACT LINK32 /pdb:none /nodefaultlib + +!ELSEIF "$(CFG)" == "curl - Win32 Release_TS_SSL" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "curl___Win32_Release_TS_SSL" +# PROP BASE Intermediate_Dir "curl___Win32_Release_TS_SSL" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS_SSL" +# PROP Intermediate_Dir "Release_TS_SSL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\main" /D "WIN32" /D "CURL_EXPORTS" /D "COMPILE_DL_CURL" /D ZTS=1 /D HAVE_CURL=1 /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\main" /I "..\..\..\php_build\curl\include" /D "WIN32" /D "CURL_EXPORTS" /D "COMPILE_DL_CURL" /D ZTS=1 /D HAVE_CURL=1 /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib libcurl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"..\..\Release_TS/php_curl.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 php5ts.lib libcurl.lib ssleay32.lib libeay32.lib msvcrt.lib ws2_32.lib winmm.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /machine:I386 /nodefaultlib:"MSVCRT" /out:"..\..\Release_TS/php_curl.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\curl\lib" +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "curl - Win32 Release_TS" +# Name "curl - Win32 Debug_TS" +# Name "curl - Win32 Debug_TS_SSL" +# Name "curl - Win32 Release_TS_SSL" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\interface.c +# End Source File + +# Begin Source File +SOURCE=.\multi.c +# End Source File + +# Begin Source File +SOURCE=.\streams.c +# End Source File + +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_curl.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/dba/dba.dsp b/ext/dba/dba.dsp new file mode 100644 index 00000000000..ddfd1485a96 --- /dev/null +++ b/ext/dba/dba.dsp @@ -0,0 +1,213 @@ +# Microsoft Developer Studio Project File - Name="dba" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=dba - Win32 Debug_TS Berkeley DB3 +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dba.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dba.mak" CFG="dba - Win32 Debug_TS Berkeley DB3" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dba - Win32 Release_TS Berkeley DB3" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dba - Win32 Debug_TS Berkeley DB3" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "dba - Win32 Release_TS Berkeley DB3" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D DBA_DB3=1 /D DB3_INCLUDE_FILE="db.h" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D DBA_DB3=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D DBA_FLATFILE=1 /D DBA_CDB=1 /D DBA_CDB_MAKE=1 /D DBA_CDB_BUILTIN=1 /D DBA_INIFILE=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib libdb31s.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_dba.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# ADD LINK32 php5ts.lib libdb31s.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_dba.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "dba - Win32 Debug_TS Berkeley DB3" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D "DBA_DB3" /D DB3_INCLUDE_FILE="db.h" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "DBA_DB3" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D DBA_FLATFILE=1 /D DBA_CDB=1 /D DBA_CDB_MAKE=1 /D DBA_CDB_BUILTIN=1 /D DBA_INIFILE=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_dba.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" +# ADD LINK32 php5ts_debug.lib libdb31s.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_dba.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "dba - Win32 Release_TS Berkeley DB3" +# Name "dba - Win32 Debug_TS Berkeley DB3" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\libcdb\cdb.c +# End Source File +# Begin Source File + +SOURCE=.\libcdb\cdb_make.c +# End Source File +# Begin Source File + +SOURCE=.\dba.c +# End Source File +# Begin Source File + +SOURCE=.\dba_cdb.c +# End Source File +# Begin Source File + +SOURCE=.\dba_db2.c +# End Source File +# Begin Source File + +SOURCE=.\dba_db3.c +# End Source File +# Begin Source File + +SOURCE=.\dba_dbm.c +# End Source File +# Begin Source File + +SOURCE=.\dba_flatfile.c +# End Source File +# Begin Source File + +SOURCE=.\dba_gdbm.c +# End Source File +# Begin Source File + +SOURCE=.\dba_inifile.c +# End Source File +# Begin Source File + +SOURCE=.\dba_ndbm.c +# End Source File +# Begin Source File + +SOURCE=.\libflatfile\flatfile.c +# End Source File +# Begin Source File + +SOURCE=.\libinifile\inifile.c +# End Source File +# Begin Source File + +SOURCE=.\libcdb\uint32.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\libcdb\cdb.h +# End Source File +# Begin Source File + +SOURCE=.\libcdb\cdb_make.h +# End Source File +# Begin Source File + +SOURCE=.\libflatfile\flatfile.h +# End Source File +# Begin Source File + +SOURCE=.\php_cdb.h +# End Source File +# Begin Source File + +SOURCE=.\php_db2.h +# End Source File +# Begin Source File + +SOURCE=.\php_db3.h +# End Source File +# Begin Source File + +SOURCE=.\php_dba.h +# End Source File +# Begin Source File + +SOURCE=.\php_dbm.h +# End Source File +# Begin Source File + +SOURCE=.\php_flatfile.h +# End Source File +# Begin Source File + +SOURCE=.\php_gdbm.h +# End Source File +# Begin Source File + +SOURCE=.\php_inifile.h +# End Source File +# Begin Source File + +SOURCE=.\php_ndbm.h +# End Source File +# Begin Source File + +SOURCE=.\libcdb\uint32.h +# End Source File +# Begin Source File + +SOURCE=.\libinifile\inifile.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/dom/dom.dsp b/ext/dom/dom.dsp new file mode 100644 index 00000000000..f2ae5b1a767 --- /dev/null +++ b/ext/dom/dom.dsp @@ -0,0 +1,250 @@ +# Microsoft Developer Studio Project File - Name="dom" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=dom - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dom.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dom.mak" CFG="dom - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dom - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dom - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "dom - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_DOM" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DOM_EXPORTS" /D "COMPILE_DL_DOM" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DOM=1 /D "LIBXML_THREAD_ENABLED" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 wsock32.lib php5ts.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /machine:I386 /out:"..\..\Release_TS/php_dom.dll" /implib:"..\..\Release_TS/php_dom.lib" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\bindlib_w32\Release" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "dom - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "mssql-70" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_DOM" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DOM_EXPORTS" /D "COMPILE_DL_DOM" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DOM=1 /D LIBXML_THREAD_ENABLED=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts_debug.lib ws2_32.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS\php_dom.dll" /implib:"..\..\Debug_TS/php_dom.lib" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" + +!ENDIF + +# Begin Target + +# Name "dom - Win32 Release_TS" +# Name "dom - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\attr.c +# End Source File +# Begin Source File + +SOURCE=.\cdatasection.c +# End Source File +# Begin Source File + +SOURCE=.\characterdata.c +# End Source File +# Begin Source File + +SOURCE=.\comment.c +# End Source File +# Begin Source File + +SOURCE=.\document.c +# End Source File +# Begin Source File + +SOURCE=.\documentfragment.c +# End Source File +# Begin Source File + +SOURCE=.\documenttype.c +# End Source File +# Begin Source File + +SOURCE=.\domconfiguration.c +# End Source File +# Begin Source File + +SOURCE=.\domerror.c +# End Source File +# Begin Source File + +SOURCE=.\domerrorhandler.c +# End Source File +# Begin Source File + +SOURCE=.\domexception.c +# End Source File +# Begin Source File + +SOURCE=.\domimplementation.c +# End Source File +# Begin Source File + +SOURCE=.\domimplementationlist.c +# End Source File +# Begin Source File + +SOURCE=.\domimplementationsource.c +# End Source File +# Begin Source File + +SOURCE=.\domlocator.c +# End Source File +# Begin Source File + +SOURCE=.\domstringlist.c +# End Source File +# Begin Source File + +SOURCE=.\element.c +# End Source File +# Begin Source File + +SOURCE=.\entity.c +# End Source File +# Begin Source File + +SOURCE=.\entityreference.c +# End Source File +# Begin Source File + +SOURCE=.\namednodemap.c +# End Source File +# Begin Source File + +SOURCE=.\namelist.c +# End Source File +# Begin Source File + +SOURCE=.\node.c +# End Source File +# Begin Source File + +SOURCE=.\nodelist.c +# End Source File +# Begin Source File + +SOURCE=.\notation.c +# End Source File +# Begin Source File + +SOURCE=.\php_dom.c +# End Source File +# Begin Source File + +SOURCE=.\processinginstruction.c +# End Source File +# Begin Source File + +SOURCE=.\string_extend.c +# End Source File +# Begin Source File + +SOURCE=.\text.c +# End Source File +# Begin Source File + +SOURCE=.\typeinfo.c +# End Source File +# Begin Source File + +SOURCE=.\userdatahandler.c +# End Source File +# Begin Source File + +SOURCE=.\xpath.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\dom_ce.h +# End Source File +# Begin Source File + +SOURCE=.\dom_fe.h +# End Source File +# Begin Source File + +SOURCE=.\dom_properties.h +# End Source File +# Begin Source File + +SOURCE=.\php_dom.h +# End Source File +# Begin Source File + +SOURCE=.\xml_common.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/exif/exif.dsp b/ext/exif/exif.dsp new file mode 100644 index 00000000000..4a827338b2b --- /dev/null +++ b/ext/exif/exif.dsp @@ -0,0 +1,113 @@ +# Microsoft Developer Studio Project File - Name="exif" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=exif - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "exif.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "exif.mak" CFG="exif - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "exif - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "exif - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "exif - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_EXIF" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXIF_EXPORTS" /D "COMPILE_DL_EXIF" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_EXIF=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_exif.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "exif - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_EXIF" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXIF_EXPORTS" /D "COMPILE_DL_EXIF" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_EXIF=1 /D "LIBZEND_EXPORTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_exif.dll" /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "exif - Win32 Release_TS" +# Name "exif - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\exif.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_exif.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/ext_skel_win32.php b/ext/ext_skel_win32.php index 7ed001ccb3b..c04f0376577 100644 --- a/ext/ext_skel_win32.php +++ b/ext/ext_skel_win32.php @@ -35,6 +35,20 @@ foreach($argv as $arg) { } } +$fp = fopen("$skel/skeleton.dsp", "rb"); +if ($fp) { + $dsp_file = fread($fp, filesize("$skel/skeleton.dsp")); + fclose($fp); + + $dsp_file = str_replace("extname", $extname, $dsp_file); + $dsp_file = str_replace("EXTNAME", strtoupper($extname), $dsp_file); + $fp = fopen("$extname/$extname.dsp", "wb"); + if ($fp) { + fwrite($fp, $dsp_file); + fclose($fp); + } +} + $fp = fopen("$extname/$extname.php", "rb"); if ($fp) { $php_file = fread($fp, filesize("$extname/$extname.php")); diff --git a/ext/gd/gd.dsp b/ext/gd/gd.dsp new file mode 100644 index 00000000000..d7207562f89 --- /dev/null +++ b/ext/gd/gd.dsp @@ -0,0 +1,600 @@ +# Microsoft Developer Studio Project File - Name="gd" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=gd - Win32 Release_TS GD2 +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gd.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gd.mak" CFG="gd - Win32 Release_TS GD2" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gd - Win32 Release_TS GD2" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gd - Win32 Debug_TS GD2" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "gd___Win32_Release_TS_GD2_bundled" +# PROP BASE Intermediate_Dir "gd___Win32_Release_TS_GD2_bundled" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D "HAVE_GD_XBM" /D HAVE_LIBGD13=1 /D HAVE_LIBGD=1 /D HAVE_LIBGD15=1 /D HAVE_LIBGD204=1 /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /I "libgd" /D ZEND_DEBUG=0 /D HAVE_LIBGD15=1 /D HAVE_LIBGD204=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D "HAVE_GD_XBM" /D HAVE_LIBGD=1 /D HAVE_LIBGD13=1 /D HAVE_LIBGD20=1 /D "USE_GD_IOCTX" /D HAVE_LIBFREETYPE=1 /D "USE_GD_IMGSTRTTF" /D HAVE_GD_STRINGTTF=1 /D HAVE_GD_BUNDLED=1 /D "MSWIN32" /D "HAVE_LIBPNG" /D "HAVE_LIBJPEG" /D "HAVE_GD_GD2" /D HAVE_GD_STRINGFTEX=1 /D HAVE_GD_IMAGESETBRUSH=1 /D HAVE_GD_IMAGESETTILE=1 /FR /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib libjpeg.lib libpng.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gd2.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 php5ts.lib freetype2.lib libjpeg.lib libpng.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gd2.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\zlib\Release" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "gd___Win32_Debug_TS_GD2_bundled" +# PROP BASE Intermediate_Dir "gd___Win32_Debug_TS_GD2_bundled" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D HAVE_LIBGD13=1 /D HAVE_LIBGD=1 /D HAVE_LIBGD15=1 /D HAVE_LIBGD204=1 /FR /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /I "libgd" /D ZEND_DEBUG=1 /D "HAVE_LIBGD15" /D HAVE_LIBGD204=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D HAVE_LIBGD=1 /D HAVE_LIBGD13=1 /D HAVE_LIBGD20=1 /D "USE_GD_IOCTX" /D HAVE_LIBFREETYPE=1 /D "USE_GD_IMGSTRTTF" /D HAVE_GD_STRINGTTF=1 /D HAVE_GD_BUNDLED=1 /D "MSWIN32" /D "HAVE_LIBPNG" /D "HAVE_LIBJPEG" /D "HAVE_GD_GD2" /D HAVE_GD_STRINGFTEX=1 /D HAVE_GD_IMAGESETBRUSH=1 /D HAVE_GD_IMAGESETTILE=1 /FR /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts_debug.lib libjpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php_gd2.dll" /libpath:"..\..\Debug_TS" +# SUBTRACT BASE LINK32 /pdb:none +# ADD LINK32 php5ts_debug.lib libpng.lib zlib.lib libjpeg.lib freetype2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php_gd2.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\zlib\Debug" +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "gd - Win32 Release_TS GD2" +# Name "gd - Win32 Debug_TS GD2" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\gd.c +# End Source File +# Begin Source File + +SOURCE=.\gdttf.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\gdcache.h +# End Source File +# Begin Source File + +SOURCE=.\gdttf.h +# End Source File +# Begin Source File + +SOURCE=.\php_gd.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Group "libgd" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 1" + +# PROP Default_Filter "*.c" +# Begin Source File + +SOURCE=.\libgd\gd.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd2copypal.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_arc_f_buggy.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_gd.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_gd2.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_gif_in.c +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_gif_out.c +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_io.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_io_dp.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_io_file.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_io_ss.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_jpeg.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_png.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_ss.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_topal.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_wbmp.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdcache.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontg.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontl.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontmb.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfonts.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontt.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdft.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdhelpers.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdkanji.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdtables.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdxpm.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\wbmp.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libgd\xbm.c + +!IF "$(CFG)" == "gd - Win32 Release_TS GD2" + +# PROP Intermediate_Dir "Release_TS_bundled" + +!ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2" + +# PROP Intermediate_Dir "Debug_TS_bundled" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files No. 1" + +# PROP Default_Filter "*.h" +# Begin Source File + +SOURCE=.\libgd\gd.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gd_io.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdcache.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontg.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontl.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontmb.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfonts.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdfontt.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\gdhelpers.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\jisx0208.h +# End Source File +# Begin Source File + +SOURCE=.\libgd\wbmp.h +# End Source File +# End Group +# End Group +# End Target +# End Project diff --git a/ext/gettext/gettext.dsp b/ext/gettext/gettext.dsp new file mode 100644 index 00000000000..79ea194854c --- /dev/null +++ b/ext/gettext/gettext.dsp @@ -0,0 +1,113 @@ +# Microsoft Developer Studio Project File - Name="gettext" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=gettext - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gettext.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gettext.mak" CFG="gettext - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gettext - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gettext - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "gettext - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_GETTEXT" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GETTEXT_EXPORTS" /D "COMPILE_DL_GETTEXT" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LIBINTL=1 /D HAVE_BIND_TEXTDOMAIN_CODESET=1 /D HAVE_NGETTEXT=1 /D HAVE_DNGETTEXT=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gettext.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# ADD LINK32 php5ts.lib libintl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gettext.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "gettext - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_GETTEXT" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D HAVE_NGETTEXT=1 /D HAVE_DNGETTEXT=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GETTEXT_EXPORTS" /D "COMPILE_DL_GETTEXT" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LIBINTL=1 /D HAVE_BIND_TEXTDOMAIN_CODESET=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"../../Debug_TS/php_gettext.dll" /libpath:"..\..\Debug_TS" +# ADD LINK32 php5ts_debug.lib libintl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"../../Debug_TS/php_gettext.dll" /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "gettext - Win32 Release_TS" +# Name "gettext - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\gettext.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_gettext.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/iconv/iconv.dsp b/ext/iconv/iconv.dsp new file mode 100644 index 00000000000..2d66cf00abe --- /dev/null +++ b/ext/iconv/iconv.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="iconv" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=iconv - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "iconv.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "iconv.mak" CFG="iconv - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "iconv - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "iconv - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "iconv - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ICONV_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /I "..\..\win32" /I "..\..\..\php_build\iconv\include" /D "WIN32" /D "PHP_EXPORTS" /D "COMPILE_DL_ICONV" /D "HAVE_ICONV" /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZTS=1 /D "ICONV_SUPPORTS_ERRNO" /D "HAVE_LIBICONV" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_iconv.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "iconv - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ICONV_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /I "..\..\win32" /I "..\..\..\php_build\iconv\include" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PHP_EXPORTS" /D "COMPILE_DL_ICONV" /D "ZEND_WIN32" /D "PHP_WIN32" /D "HAVE_ICONV" /D ZTS=1 /D "HAVE_LIBICONV" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_iconv.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "iconv - Win32 Release_TS" +# Name "iconv - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\iconv.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_iconv.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/imap/imap.dsp b/ext/imap/imap.dsp new file mode 100644 index 00000000000..ef05d49f205 --- /dev/null +++ b/ext/imap/imap.dsp @@ -0,0 +1,176 @@ +# Microsoft Developer Studio Project File - Name="imap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=imap - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "imap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "imap.mak" CFG="imap - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "imap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "imap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "imap - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "imap - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "imap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAP_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\IMAP\c-client" /I "..\..\TSRM" /D "NDEBUG" /D "IMAP_EXPORTS" /D "COMPILE_DL_IMAP" /D HAVE_IMAP=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=0 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5nts.lib wsock32.lib winmm.lib cclient.lib /nologo /dll /machine:I386 /out:"Release/php_imap.dll" /libpath:"..\..\Release" /libpath:"..\..\..\php_build\IMAP\C-Client" + +!ELSEIF "$(CFG)" == "imap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAP_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\IMAP\c-client" /I "..\..\TSRM" /D "_DEBUG" /D "IMAP_EXPORTS" /D "COMPILE_DL_IMAP" /D HAVE_IMAP=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5nts_debug.lib wsock32.lib winmm.lib cclient.lib /nologo /dll /debug /machine:I386 /out:"Debug/php_imap.dll" /pdbtype:sept /libpath:"..\..\Debug" /libpath:"..\..\..\php_build\IMAP\C-Client" + +!ELSEIF "$(CFG)" == "imap - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAP_EXPORTS" /FR /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\\" /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "ZTS" /D "_DEBUG" /D "IMAP_EXPORTS" /D "COMPILE_DL_IMAP" /D HAVE_IMAP=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib wsock32.lib winmm.lib cclient.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_imap.dll" /pdbtype:sept /libpath:"..\..\..\\" /libpath:"..\..\Debug_TS" + +!ELSEIF "$(CFG)" == "imap - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAP_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\imap\c-client" /D "ZTS" /D "NDEBUG" /D "IMAP_EXPORTS" /D "COMPILE_DL_IMAP" /D HAVE_IMAP=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=0 /D HAVE_IMAP2001=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib wsock32.lib winmm.lib cclient.lib Secur32.lib CertIdl.Lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT" /out:"..\..\Release_TS/php_imap.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\imap" +# SUBTRACT LINK32 /nodefaultlib + +!ENDIF + +# Begin Target + +# Name "imap - Win32 Release" +# Name "imap - Win32 Debug" +# Name "imap - Win32 Debug_TS" +# Name "imap - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_imap.c +# End Source File +# Begin Source File + +SOURCE=..\..\win32\sendmail.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_imap.h +# End Source File +# Begin Source File + +SOURCE=..\..\win32\sendmail.h +# End Source File +# End Group +# Begin Source File + +SOURCE=.\IMAP_Win32_HOWTO.txt +# End Source File +# End Target +# End Project diff --git a/ext/interbase/interbase.dsp b/ext/interbase/interbase.dsp new file mode 100644 index 00000000000..c151deb40cb --- /dev/null +++ b/ext/interbase/interbase.dsp @@ -0,0 +1,135 @@ +# Microsoft Developer Studio Project File - Name="interbase" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=interbase - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "interbase.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "interbase.mak" CFG="interbase - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "interbase - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "interbase - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "interbase" +# PROP Scc_LocalPath "." +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "interbase - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\main" /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\Interbase SDK\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "INTERBASE_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\main" /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\Interbase SDK\include" /I "..\..\..\bindlib_w32" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "INTERBASE_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_IBASE=1 /D "COMPILE_DL_INTERBASE" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ib_util_ms.lib gds32_ms.lib php5ts_debug.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib gds32_ms.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_interbase.dll" /pdbtype:sept /libpath:"..\..\..\php_build\Interbase SDK\lib_ms" /libpath:"..\..\Debug_TS" + +!ELSEIF "$(CFG)" == "interbase - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\..\main" /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\Interbase SDK\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "INTERBASE_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_IBASE=1 /D ZEND_DEBUG=0 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\main" /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\Interbase SDK\include" /I "..\..\..\bindlib_w32" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "INTERBASE_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_IBASE=1 /D "COMPILE_DL_INTERBASE" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ib_util_ms.lib gds32_ms.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib gds32_ms.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_interbase.dll" /libpath:"..\..\..\php_build\Interbase SDK\lib_ms" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ENDIF + +# Begin Target + +# Name "interbase - Win32 Debug_TS" +# Name "interbase - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\ibase_blobs.c +# End Source File +# Begin Source File + +SOURCE=.\ibase_events.c +# End Source File +# Begin Source File + +SOURCE=.\ibase_query.c +# End Source File +# Begin Source File + +SOURCE=.\ibase_service.c +# End Source File +# Begin Source File + +SOURCE=.\interbase.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_interbase.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\interbase.rc +# ADD BASE RSC /l 0x413 +# ADD RSC /l 0x413 /i "..\..\main" /i "..\..\win32" /d "PHP_H" +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/json/json.dsp b/ext/json/json.dsp new file mode 100644 index 00000000000..e5bb3767bf9 --- /dev/null +++ b/ext/json/json.dsp @@ -0,0 +1,135 @@ +# Microsoft Developer Studio Project File - Name="json" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=json - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "json.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "json.mak" CFG="json - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "json - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "json - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "json - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JSON_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "json_c" /D HAVE_JSON=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /D ZTS=1 /D COMPILE_DL_JSON=1 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JSON_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x1009 /d "_DEBUG" +# ADD RSC /l 0x1009 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 iconv.lib php4ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_json.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ELSEIF "$(CFG)" == "json - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JSON_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "json_c" /D HAVE_JSON=1 /D "ZEND_WIN32" /D ZEND_DEBUG=0 /D "PHP_WIN32" /D ZTS=1 /D COMPILE_DL_JSON=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JSON_EXPORTS" /D "HAVE_FCNTL_H" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x1009 /d "NDEBUG" +# ADD RSC /l 0x1009 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 iconv.lib php4ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_json.dll" /libpath:"..\..\Release_TS" + +!ENDIF + +# Begin Target + +# Name "json - Win32 Debug_TS" +# Name "json - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=".\json.c" +# End Source File +# Begin Source File + +SOURCE=.\JSON_parser.c +# End Source File +# Begin Source File + +SOURCE=.\JSON_parser.h +# End Source File +# Begin Source File + +SOURCE=.\utf8_decode.c +# End Source File +# Begin Source File + +SOURCE=.\utf8_decode.h +# End Source File +# Begin Source File + +SOURCE=.\utf8_to_utf16.c +# End Source File +# Begin Source File + +SOURCE=.\utf8_to_utf16.h +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_json.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/ldap/ldap.dsp b/ext/ldap/ldap.dsp new file mode 100644 index 00000000000..a97ebe41054 --- /dev/null +++ b/ext/ldap/ldap.dsp @@ -0,0 +1,288 @@ +# Microsoft Developer Studio Project File - Name="ldap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=ldap - Win32 Debug_TS_SSL +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ldap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ldap.mak" CFG="ldap - Win32 Debug_TS_SSL" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ldap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Release_TS SASL" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Debug_TS SASL" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Release_TS_SSL" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ldap - Win32 Debug_TS_SSL" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ldap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "NDEBUG" /D ZEND_DEBUG=0 /D "COMPILE_DL_LDAP_LDAP" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 oldap32.lib olber32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib php5nts.lib /nologo /dll /machine:I386 /out:"Release/php_ldap.dll" /libpath:"..\..\Release" /libpath:"..\..\..\php_build\openldap\libraries\Release" + +!ELSEIF "$(CFG)" == "ldap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "COMPILE_DL_LDAP_LDAP" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 oldap32.lib olber32.lib php5nts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"Debug/php_ldap.dll" /pdbtype:sept /libpath:"..\..\Debug" /libpath:"..\..\..\php_build\openldap\libraries\Debug" + +!ELSEIF "$(CFG)" == "ldap - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\openldap\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /D ZEND_DEBUG=1 /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 oldap32.lib olber32.lib php5nts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\openldap\libraries\Debug" /libpath:"..\..\Debug" +# ADD LINK32 oldap32.lib olber32.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_ldap.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\openldap\libraries\Debug" + +!ELSEIF "$(CFG)" == "ldap - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\openldap\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /D ZEND_DEBUG=0 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 oldap32.lib olber32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 oldap32.lib olber32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_ldap.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\openldap\libraries\Release" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "ldap - Win32 Release_TS SASL" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "ldap___Win32_Release_TS_SASL" +# PROP BASE Intermediate_Dir "ldap___Win32_Release_TS_SASL" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS_SASL" +# PROP Intermediate_Dir "Release_TS_SASL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 oldap32.lib olber32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_ldap.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\openldap\libraries\Release" /libpath:"..\..\Release_TS_Inline" +# ADD LINK32 oldap32.lib olber32.lib libsasl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_ldap.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\openldap\libraries\Release" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "ldap - Win32 Debug_TS SASL" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ldap___Win32_Debug_TS_SASL" +# PROP BASE Intermediate_Dir "ldap___Win32_Debug_TS_SASL" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS_SASL" +# PROP Intermediate_Dir "Debug_TS_SASL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 oldap32.lib olber32.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"Debug_TS/php_ldap.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\openldap\libraries\Debug" +# ADD LINK32 oldap32.lib olber32.lib libsasl.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_ldap.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\openldap\libraries\Debug" + +!ELSEIF "$(CFG)" == "ldap - Win32 Release_TS_SSL" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "ldap___Win32_Release_TS_SSL" +# PROP BASE Intermediate_Dir "ldap___Win32_Release_TS_SSL" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS_SSL" +# PROP Intermediate_Dir "Release_TS_SSL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 oldap32.lib olber32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_ldap.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\openldap\libraries\Release" /libpath:"..\..\Release_TS_Inline" +# ADD LINK32 php5ts.lib oldap32.lib olber32.lib ssleay32.lib libeay32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_ldap.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\openldap\libraries\Release" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "ldap - Win32 Debug_TS_SSL" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ldap___Win32_Debug_TS_SSL" +# PROP BASE Intermediate_Dir "ldap___Win32_Debug_TS_SSL" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS_SSL" +# PROP Intermediate_Dir "Debug_TS_SSL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\openldap\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "COMPILE_DL_LDAP" /D "HAVE_LDAP_START_TLS_S" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LDAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LDAP=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 oldap32.lib olber32.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_ldap.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\openldap\libraries\Debug" +# ADD LINK32 php5ts_debug.lib oldap32.lib olber32.lib ssleay32.lib libeay32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_ldap.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\openldap\libraries\Debug" + +!ENDIF + +# Begin Target + +# Name "ldap - Win32 Release" +# Name "ldap - Win32 Debug" +# Name "ldap - Win32 Debug_TS" +# Name "ldap - Win32 Release_TS" +# Name "ldap - Win32 Release_TS SASL" +# Name "ldap - Win32 Debug_TS SASL" +# Name "ldap - Win32 Release_TS_SSL" +# Name "ldap - Win32 Debug_TS_SSL" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\ldap.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_ldap.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=.\LDAP_Win32_HOWTO.txt +# End Source File +# End Target +# End Project diff --git a/ext/mbstring/mbstring.dsp b/ext/mbstring/mbstring.dsp new file mode 100644 index 00000000000..2e050c6d201 --- /dev/null +++ b/ext/mbstring/mbstring.dsp @@ -0,0 +1,1112 @@ +# Microsoft Developer Studio Project File - Name="mbstring" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=mbstring - Win32 Debug_TS MBSTRING +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mbstring.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mbstring.mak" CFG="mbstring - Win32 Debug_TS MBSTRING" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mbstring - Win32 Release_TS MBSTRING" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mbstring - Win32 Debug_TS MBSTRING" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "mbstring___Win32_Release_TS_MBSTRING" +# PROP BASE Intermediate_Dir "mbstring___Win32_Release_TS_MBSTRING" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "_MBCS" /D "_USRDLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_MBSTRING" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D MBSTRING_EXPORTS=1 /D HAVE_MBSTRING=1 /D HAVE_MBREGEX=1 /D HAVE_MBSTR_CN=1 /D HAVE_MBSTR_JA=1 /D HAVE_MBSTR_KR=1 /D HAVE_MBSTR_RU=1 /D HAVE_MBSTR_TW=1 /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "libmbfl" /I "libmbfl\mbfl" /D ZEND_DEBUG=0 /D "MBSTRING_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_MBSTRING" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_MBSTRING=1 /D HAVE_MBSTR_CN=1 /D HAVE_MBSTR_JA=1 /D HAVE_MBSTR_KR=1 /D HAVE_MBSTR_RU=1 /D HAVE_MBSTR_TW=1 /D MBFL_DLL_EXPORT=1 /D NOT_RUBY=1 /D "LIBMBFL_EXPORTS" /D "HAVE_STRICMP" /D "HAVE_CONFIG_H" /D "HAVE_STDLIB_H" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mbstring.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mbstring.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mbstring___Win32_Debug_TS_MBSTRING" +# PROP BASE Intermediate_Dir "mbstring___Win32_Debug_TS_MBSTRING" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "MBSTRING_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_MBSTRING" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D MBSTRING_EXPORTS=1 /D HAVE_MBSTRING=1 /D HAVE_MBREGEX=1 /D HAVE_MBSTR_CN=1 /D HAVE_MBSTR_JA=1 /D HAVE_MBSTR_KR=1 /D HAVE_MBSTR_RU=1 /D HAVE_MBSTR_TW=1 /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "libmbfl" /I "libmbfl\mbfl" /I "oniguruma" /D ZEND_DEBUG=1 /D MBSTRING_EXPORTS=1 /D HAVE_STDLIB_H=1 /D HAVE_STRING_H=1 /D "MBSTRING_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_MBSTRING" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_MBSTRING=1 /D HAVE_MBSTR_CN=1 /D HAVE_MBSTR_JA=1 /D HAVE_MBSTR_KR=1 /D HAVE_MBSTR_RU=1 /D HAVE_MBSTR_TW=1 /D MBFL_DLL_EXPORT=1 /D NOT_RUBY=1 /D "LIBMBFL_EXPORTS" /D "HAVE_STRICMP" /D "HAVE_CONFIG_H" /D "HAVE_STDLIB_H" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_mbstring.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_mbstring.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "mbstring - Win32 Release_TS MBSTRING" +# Name "mbstring - Win32 Debug_TS MBSTRING" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\mb_gpc.c + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\mbstring.c + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\php_mbregex.c +# End Source File +# Begin Source File + +SOURCE=.\php_unicode.c + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\mb_gpc.h + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\mbstring.h + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\php_mbregex.h +# End Source File +# Begin Source File + +SOURCE=.\php_unicode.h + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\unicode_data.h + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# PROP Intermediate_Dir "Release_TS" + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# PROP Intermediate_Dir "Debug_TS" + +!ENDIF + +# End Source File +# End Group +# Begin Group "libmbfl" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\libmbfl\filters\html_entities.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_7bit.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter_8bit.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_ascii.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_base64.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_big5.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_byte2.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_byte4.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp1251.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp1252.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp866.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp932.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp936.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_cn.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_jp.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_jp_win.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_kr.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_tw.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_htmlent.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_hz.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso2022_kr.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_1.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_10.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_13.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_14.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_15.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_2.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_3.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_4.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_5.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_6.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_7.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_8.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_9.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_jis.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_koi8r.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_koi8u.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_armscii8.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp850.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter_pass.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_qprint.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_sjis.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_ucs2.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_ucs4.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_uhc.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf16.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf32.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf7.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf7imap.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf8.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_uuencode.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter_wchar.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_allocators.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_convert.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_encoding.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_filter_output.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_ident.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_language.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_memory_device.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_string.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_de.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_en.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_ja.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_kr.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_neutral.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_ru.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_uni.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_zh.c +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_hy.c +# End Source File +# End Group +# Begin Group "Header Files No. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\libmbfl\config.h.vc6 + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# Begin Custom Build +InputDir=.\libmbfl +InputPath=.\libmbfl\config.h.vc6 + +"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h" + +# End Custom Build + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# Begin Custom Build +InputDir=.\libmbfl +InputPath=.\libmbfl\config.h.vc6 + +"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h" + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\cp932_table.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\html_entities.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_7bit.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter_8bit.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_ascii.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_base64.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_big5.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_byte2.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_byte4.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp1251.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp1252.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp866.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp932.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp936.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_cn.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_jp.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_jp_win.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_kr.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_euc_tw.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_htmlent.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_hz.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso2022_kr.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_1.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_10.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_13.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_14.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_15.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_2.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_3.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_4.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_5.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_6.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_7.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_8.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_iso8859_9.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_jis.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_koi8r.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_koi8u.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_armscii8.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_cp850.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter_pass.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_qprint.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_sjis.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_ucs2.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_ucs4.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_uhc.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf16.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf32.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf7.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf7imap.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_utf8.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\mbfilter_uuencode.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfilter_wchar.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_allocators.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_consts.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_convert.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_defs.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_encoding.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_filter_output.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_ident.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_language.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_memory_device.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\mbfl\mbfl_string.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_de.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_en.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_ja.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_kr.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_neutral.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_ru.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_uni.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_zh.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\nls\nls_hy.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_prop.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_big5.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cns11643.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cp1251.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cp1252.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cp866.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cp932_ext.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cp936.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_10.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_13.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_14.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_15.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_2.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_3.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_4.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_5.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_6.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_7.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_8.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_iso8859_9.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_jis.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_koi8r.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_koi8u.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_armscii8.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_cp850.h +# End Source File +# Begin Source File + +SOURCE=.\libmbfl\filters\unicode_table_uhc.h +# End Source File +# End Group +# End Group +# Begin Group "oniguruma" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\oniguruma\regcomp.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\regerror.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\regexec.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\reggnu.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\regparse.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\regposerr.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\ascii.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\utf8.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\euc_jp.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\euc_tw.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\euc_kr.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\sjis.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_1.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_2.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_3.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_4.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_5.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_6.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_7.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_8.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_9.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_10.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_11.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_13.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_14.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_15.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\iso8859_16.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\koi8.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\koi8_r.c +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\enc\big5.c +# End Source File +# End Group +# Begin Group "Header Files No. 2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\oniguruma\win32\config.h + +!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING" + +# Begin Custom Build +InputDir=.\oniguruma\win32 +InputPath=.\oniguruma\win32\config.h + +"$(InputDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputDir)\config.h "$(InputDir)\..\config.h" + +# End Custom Build + +!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING" + +# Begin Custom Build +InputDir=.\oniguruma\win32 +InputPath=.\oniguruma\win32\config.h + +"$(InputDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputDir)\config.h "$(InputDir)\..\config.h" + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\onigposix.h +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\oniguruma.h +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\php_compat.h +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\regint.h +# End Source File +# Begin Source File + +SOURCE=.\oniguruma\regparse.h +# End Source File +# End Group +# End Group +# End Target +# End Project diff --git a/ext/mcrypt/mcrypt.dsp b/ext/mcrypt/mcrypt.dsp new file mode 100644 index 00000000000..a0a1f00f4c1 --- /dev/null +++ b/ext/mcrypt/mcrypt.dsp @@ -0,0 +1,117 @@ +# Microsoft Developer Studio Project File - Name="mcrypt" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=mcrypt - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mcrypt.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mcrypt.mak" CFG="mcrypt - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mcrypt - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mcrypt - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "mcrypt - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_MCRYPT" /D "DBNTWIN32" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\mcrypt\include" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MCRYPT_EXPORTS" /D "COMPILE_DL_MCRYPT" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LIBMCRYPT=1 /D HAVE_LIBMCRYPT24=1 /D HAVE_MCRYPT_GENERIC_DEINIT /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib ntwdblib.lib /nologo /dll /machine:I386 /out:"MSSQL_65_Release/php_mssql.dll" /libpath:"..\..\Release_TS" +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libmcrypt.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mcrypt.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\mcrypt" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\TSRM\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "mcrypt - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "mssql-70" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_MCRYPT" /D "DBNTWIN32" /D ZTS=1 /D MSSQL70=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\mcrypt\include" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MCRYPT_EXPORTS" /D "COMPILE_DL_MCRYPT" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_LIBMCRYPT=1 /D HAVE_LIBMCRYPT24=1 /D HAVE_MCRYPT_GENERIC_DEINIT /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib ntwdblib.lib /nologo /dll /machine:I386 /out:"MSSQL_65_Release/php_mssql.dll" /libpath:"..\..\Release_TS" /libpath:"mssql-70" +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libmcrypt.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_mcrypt.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\mcrypt\lib" + +!ENDIF + +# Begin Target + +# Name "mcrypt - Win32 Release_TS" +# Name "mcrypt - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\mcrypt.c +# End Source File +# Begin Source File + +SOURCE=..\..\win32\readdir.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_mcrypt.h +# End Source File +# Begin Source File + +SOURCE=..\..\win32\readdir.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/mssql/mssql.dsp b/ext/mssql/mssql.dsp new file mode 100644 index 00000000000..43294280ddd --- /dev/null +++ b/ext/mssql/mssql.dsp @@ -0,0 +1,117 @@ +# Microsoft Developer Studio Project File - Name="mssql" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=mssql - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mssql.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mssql.mak" CFG="mssql - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mssql - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mssql - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "mssql - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D MSSQL70=1 /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_MSSQL" /D "DBNTWIN32" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_MSSQL=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D MSSQL70=1 /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_MSSQL" /D "DBNTWIN32" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_MSSQL=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib ntwdblib.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mssql70.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\mssql-70\lib" /libpath:"..\..\Release_TS_Inline" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib ntwdblib.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mssql.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\mssql-70\lib" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "mssql - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D MSSQL70=1 /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_MSSQL" /D "DBNTWIN32" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_MSSQL=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D MSSQL70=1 /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSSQL_EXPORTS" /D "COMPILE_DL_MSSQL" /D "DBNTWIN32" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_MSSQL=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib ntwdblib.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_mssql70.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\mssql-70\lib" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib ntwdblib.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php_mssql.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\mssql-70\lib" + +!ENDIF + +# Begin Target + +# Name "mssql - Win32 Release_TS" +# Name "mssql - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_mssql.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_mssql.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=.\mssql_win32_howto.txt +# End Source File +# End Target +# End Project diff --git a/ext/mysql/mysql.dsp b/ext/mysql/mysql.dsp new file mode 100644 index 00000000000..dfc9c63db5d --- /dev/null +++ b/ext/mysql/mysql.dsp @@ -0,0 +1,171 @@ +# Microsoft Developer Studio Project File - Name="mysql" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=mysql - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mysql.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mysql.mak" CFG="mysql - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mysql - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mysql - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mysql - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mysql - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "mysql - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYSQL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\MySQL\include" /I "..\..\TSRM" /D "NDEBUG" /D "MYSQL_EXPORTS" /D "COMPILE_DL_MYSQL" /D HAVE_MYSQL=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_MYSQL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libmySQL.lib php5nts.lib /nologo /dll /machine:I386 /out:"Release/php_mysql.dll" /libpath:"..\..\..\MySQL\lib\opt" /libpath:"..\..\Release" + +!ELSEIF "$(CFG)" == "mysql - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYSQL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\MySQL\include" /I "..\..\TSRM" /D "_DEBUG" /D ZEND_DEBUG=1 /D "MYSQL_EXPORTS" /D "COMPILE_DL_MYSQL" /D HAVE_MYSQL=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_MYSQL" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libmySQL.lib php5nts_debug.lib /nologo /dll /debug /machine:I386 /out:"Debug/php_mysql.dll" /pdbtype:sept /libpath:"..\..\..\MySQL\lib\Debug" /libpath:"..\..\Debug" + +!ELSEIF "$(CFG)" == "mysql - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYSQL_EXPORTS" /D "COMPILE_DL_MYSQL" /D HAVE_MYSQL=1 /FR /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\MySQL\include" /I "..\..\TSRM" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "MYSQL_EXPORTS" /D "COMPILE_DL_MYSQL" /D HAVE_MYSQL=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_MYSQL" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib libmySQL.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_mysql.dll" /pdbtype:sept /libpath:"..\..\..\MySQL\lib\Debug" /libpath:"..\..\Debug_TS" + +!ELSEIF "$(CFG)" == "mysql - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYSQL_EXPORTS" /D "COMPILE_DL_MYSQL" /D HAVE_MYSQL=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\MySQL\include" /I "..\..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZTS" /D "MYSQL_EXPORTS" /D "COMPILE_DL_MYSQL" /D HAVE_MYSQL=1 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_MYSQL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libmySQL.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mysql.dll" /libpath:"..\..\..\MySQL\lib\opt" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ENDIF + +# Begin Target + +# Name "mysql - Win32 Release" +# Name "mysql - Win32 Debug" +# Name "mysql - Win32 Debug_TS" +# Name "mysql - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_mysql.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_mysql.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=.\Readme_w32.txt +# End Source File +# End Target +# End Project diff --git a/ext/mysql/mysql.mak b/ext/mysql/mysql.mak new file mode 100644 index 00000000000..2ed0f82228c --- /dev/null +++ b/ext/mysql/mysql.mak @@ -0,0 +1,169 @@ +# Temporarily here -- later may go into some batch file +# which will set this as an environment variable +PROJECT_ROOT = ..\.. + +# Module details +MODULE_NAME = phpmysql +MODULE_DESC = "PHP 4.3 - MySQL Extension" +VMAJ = 3 +VMIN = 0 +VREV = 0 + +#include the common settings +include $(PROJECT_ROOT)/netware/common.mif + +# MYSQL stuff +MYSQL_DIR = P:/APPS/script/sw/mysql + +# Build type defaults to 'release' +ifndef BUILD +BUILD = release +endif + +# Extensions of all input and output files +.SUFFIXES: +.SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d + +# Source files +C_SRC = php_mysql.c \ + start.c + +CPP_SRC_NODIR = $(notdir $(CPP_SRC)) +C_SRC_NODIR = $(notdir $(C_SRC)) +SRC_DIR = $(dir $(CPP_SRC) $(C_SRC)) + +# Library files +LIBRARY = $(MYSQL_DIR)/lib/libmysqlclient.lib + +# Destination directories and files +OBJ_DIR = $(BUILD) +FINAL_DIR = $(BUILD) +OBJECTS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.obj) $(C_SRC_NODIR:.c=.obj)) +DEPDS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.d) $(C_SRC_NODIR:.c=.d)) + +# Binary file +ifndef BINARY + BINARY=$(FINAL_DIR)\$(MODULE_NAME).nlm +endif + +# Compile flags +C_FLAGS = -c -maxerrors 25 -msgstyle gcc -wchar_t on -bool on -processor Pentium +C_FLAGS += -nostdinc -nosyspath +C_FLAGS += -relax_pointers # To remove type-casting errors +C_FLAGS += -DNETWARE -DZTS -DNEW_LIBC -DUSE_OLD_FUNCTIONS -DCOMPILE_DL_MYSQL=1 +C_FLAGS += -I. -I- -I$(PROJECT_ROOT) -I$(PROJECT_ROOT)/main +C_FLAGS += -I$(PROJECT_ROOT)/ext/standard -I$(PROJECT_ROOT)/netware +C_FLAGS += -I$(PROJECT_ROOT)/zend -I$(PROJECT_ROOT)/tsrm +C_FLAGS += -I$(SDK_DIR)/include -I$(MWCIncludes) +C_FLAGS += -I$(MYSQL_DIR)/include +C_FLAGS += -I$(WINSOCK_DIR)/include/nlm -I$(WINSOCK_DIR)/include + + +# Extra stuff based on debug / release builds +ifeq '$(BUILD)' 'debug' + SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym + C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON + C_FLAGS += -exc cw -DZEND_DEBUG=1 + LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib +else + C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics + C_FLAGS += -opt level=4 -DZEND_DEBUG=0 + LD_FLAGS += -sym off + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib +endif + + +# Dependencies +MODULE = LibC \ + phplib +IMPORT = @$(SDK_DIR)/imports/libc.imp \ + @$(SDK_DIR)/imports/ws2nlm.imp \ + @$(MPK_DIR)/import/mpkOrg.imp \ + @$(PROJECT_ROOT)/netware/phplib.imp +EXPORT = ($(MODULE_NAME)) get_module +API = OutputToScreen + +# Virtual paths +vpath %.cpp . +vpath %.c . ..\..\netware +vpath %.obj $(OBJ_DIR) + + +all: prebuild project + +.PHONY: all + +prebuild: + @if not exist $(OBJ_DIR) md $(OBJ_DIR) + +project: $(BINARY) + @echo Build complete. + +$(OBJ_DIR)/%.d: %.cpp + @echo Building Dependencies for $( $(basename $@).def +ifdef API + @echo Import $(API) >> $(basename $@).def +endif + @echo Module $(MODULE) >> $(basename $@).def +ifdef EXPORT + @echo Export $(EXPORT) >> $(basename $@).def +endif + @echo AutoUnload >> $(basename $@).def +ifeq '$(BUILD)' 'debug' + @echo Debug >> $(basename $@).def +endif + @echo Flag_On 0x00000008 >> $(basename $@).def + @echo Start _LibCPrelude >> $(basename $@).def + @echo Exit _LibCPostlude >> $(basename $@).def + + $(MPKTOOL) $(XDCFLAGS) $(basename $@).xdc + @echo xdcdata $(basename $@).xdc >> $(basename $@).def + + @echo Linking $@... + @echo $(LD_FLAGS) -commandfile $(basename $@).def > $(basename $@).link + @echo $(LIBRARY) $(OBJECTS) >> $(basename $@).link + @$(LINK) @$(basename $@).link + + +.PHONY: clean +clean: cleanobj cleanbin + +.PHONY: cleand +cleand: + @echo Deleting all dependency files... + -@del "$(OBJ_DIR)\*.d" + +.PHONY: cleanobj +cleanobj: + @echo Deleting all object files... + -@del "$(OBJ_DIR)\*.obj" + +.PHONY: cleanbin +cleanbin: + @echo Deleting binary files... + -@del "$(FINAL_DIR)\$(MODULE_NAME).nlm" + @echo Deleting MAP, DEF files, etc.... + -@del "$(FINAL_DIR)\$(MODULE_NAME).map" + -@del "$(FINAL_DIR)\$(MODULE_NAME).def" + -@del "$(FINAL_DIR)\$(MODULE_NAME).link" +ifeq '$(BUILD)' 'debug' + -@del $(FINAL_DIR)\$(MODULE_NAME).sym +endif diff --git a/ext/mysqli/mysqli.dsp b/ext/mysqli/mysqli.dsp new file mode 100755 index 00000000000..a334202187f --- /dev/null +++ b/ext/mysqli/mysqli.dsp @@ -0,0 +1,120 @@ +# Microsoft Developer Studio Project File - Name="mysqli" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=mysqli - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mysqli.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mysqli.mak" CFG="mysqli - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mysqli - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "mysqli - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "mysqli - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYSQLI_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\include" /I "..\..\..\php_build\include\mysqli" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_MYSQLI" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "PHP_MYSQLI_EXPORTS" /D "HAVE_ZLIB" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib zlib.lib libmySQL.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_mysqli.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\release" + +!ELSEIF "$(CFG)" == "mysqli - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYSQLI_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\include" /I "..\..\..\php_build\include\mysqli" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_MYSQLI" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "PHP_MYSQLI_EXPORTS" /D "HAVE_ZLIB" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib zlib.lib libmySQL.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_mysqli.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\release" + +!ENDIF + +# Begin Target + +# Name "mysqli - Win32 Release_TS" +# Name "mysqli - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\mysqli.c +# End Source File +# Begin Source File + +SOURCE=.\mysqli_api.c +# End Source File +# Begin Source File + +SOURCE=.\mysqli_fe.c +# End Source File +# Begin Source File + +SOURCE=.\mysqli_nonapi.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_mysqli.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/oci8/oci8.dsp b/ext/oci8/oci8.dsp new file mode 100644 index 00000000000..f0b27fa824f --- /dev/null +++ b/ext/oci8/oci8.dsp @@ -0,0 +1,133 @@ +# Microsoft Developer Studio Project File - Name="oci8" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=oci8 - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "oci8.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "oci8.mak" CFG="oci8 - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "oci8 - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "oci8 - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "oci8 - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\include\instantclient" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_OCI8=1 /D HAVE_OCI8_TEMP_LOB=1 /D HAVE_OCI8_ATTR_STATEMENT=1 /D COMPILE_DL_OCI8=1 /D PHP_OCI8_HAVE_COLLECTIONS=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 php4ts.lib oci.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_oci8.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\lib\instantclient" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "oci8 - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\..\\" /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\include\instantclient" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FTP_EXPORTS" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_OCI8=1 /D HAVE_OCI8_TEMP_LOB=1 /D HAVE_OCI8_ATTR_STATEMENT=1 /D COMPILE_DL_OCI8=1 /D PHP_OCI8_HAVE_COLLECTIONS=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 php4ts_debug.lib oci.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_oci8.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\lib\instantclient" + +!ENDIF + +# Begin Target + +# Name "oci8 - Win32 Release_TS" +# Name "oci8 - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\oci8.c +# End Source File +# Begin Source File + +SOURCE=.\oci8_collection.c +# End Source File +# Begin Source File + +SOURCE=.\oci8_interface.c +# End Source File +# Begin Source File + +SOURCE=.\oci8_lob.c +# End Source File +# Begin Source File + +SOURCE=.\oci8_statement.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_oci8.h +# End Source File +# Begin Source File + +SOURCE=.\php_oci8_int.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/openssl/openssl.dsp b/ext/openssl/openssl.dsp new file mode 100644 index 00000000000..857666a6a32 --- /dev/null +++ b/ext/openssl/openssl.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="openssl" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=openssl - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "openssl.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "openssl.mak" CFG="openssl - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "openssl - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "openssl - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "openssl - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPENSSL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_OPENSSL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_OPENSSL_EXT=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib ssleay32.lib libeay32.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_openssl.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "openssl - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPENSSL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_OPENSSL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_OPENSSL_EXT=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib ssleay32.lib libeay32.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_openssl.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "openssl - Win32 Release_TS" +# Name "openssl - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\openssl.c +# End Source File +# Begin Source File + +SOURCE=.\xp_ssl.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_openssl.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/openssl/openssl.mak b/ext/openssl/openssl.mak new file mode 100644 index 00000000000..a0c6fa483e9 --- /dev/null +++ b/ext/openssl/openssl.mak @@ -0,0 +1,185 @@ +# Temporarily here -- later may go into some batch file +# which will set this as an environment variable +PROJECT_ROOT = ..\.. + +# Module details +MODULE_NAME = php_ossl +MODULE_DESC = "PHP 5 - OpenSSL Extension" +VMAJ = 1 +VMIN = 0 +VREV = 0 + +#include the common settings +include $(PROJECT_ROOT)/netware/common.mif + +# OpenSSL directory +OSSL_DIR = P:/APPS/script/sw/OpenSSL + +# Build type defaults to 'release' +ifndef BUILD +BUILD = release +endif + +# Extensions of all input and output files +.SUFFIXES: +.SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d + +# Source files +C_SRC = openssl.c \ + xp_ssl.c \ + start.c \ + +CPP_SRC_NODIR = $(notdir $(CPP_SRC)) +C_SRC_NODIR = $(notdir $(C_SRC)) +SRC_DIR = $(dir $(CPP_SRC) $(C_SRC)) + +# Library files +LIBRARY = $(OSSL_DIR)/lib/RSAglue.lib \ + $(OSSL_DIR)/lib/crypto.lib \ + $(OSSL_DIR)/lib/ssl.lib + +# Destination directories and files +OBJ_DIR = $(BUILD) +FINAL_DIR = $(BUILD) +MAP_FILE = $(FINAL_DIR)\$(MODULE_NAME).map +OBJECTS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.obj) $(C_SRC_NODIR:.c=.obj)) +DEPDS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.d) $(C_SRC_NODIR:.c=.d)) + +# Binary file +ifndef BINARY + BINARY=$(FINAL_DIR)\$(MODULE_NAME).nlm +endif + +# Compile flags +C_FLAGS += -c -maxerrors 25 -msgstyle gcc +C_FLAGS += -wchar_t on -bool on -processor Pentium +C_FLAGS += -nostdinc -nosyspath +C_FLAGS += -relax_pointers # To remove type-casting errors +C_FLAGS += -DNETWARE -DZTS +C_FLAGS += -DUSE_OLD_FUNCTIONS -DCOMPILE_DL_OPENSSL=1 + +C_FLAGS += -I. -I$(PROJECT_ROOT) -I$(PROJECT_ROOT)/main +C_FLAGS += -I$(PROJECT_ROOT)/ext/standard -I$(PROJECT_ROOT)/netware +C_FLAGS += -I$(PROJECT_ROOT)/zend -I$(PROJECT_ROOT)/tsrm +C_FLAGS += -I- -I$(SDK_DIR)/include -I$(MWCIncludes) +C_FLAGS += -I$(OSSL_DIR)/include + +ifndef STACK_SIZE +STACK_SIZE=8192 +endif + +# Extra stuff based on debug / release builds +ifeq '$(BUILD)' 'debug' + SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym + C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON + C_FLAGS += -exc cw -DZEND_DEBUG=1 + LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib +else + C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off + C_FLAGS += -opt intrinsics -opt level=4 -DZEND_DEBUG=0 + LD_FLAGS += -sym off + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib +endif + + +# Dependencies +MODULE = LibC \ + phplib +IMPORT = @$(SDK_DIR)/imports/libc.imp \ + @$(SDK_DIR)/imports/ws2nlm.imp \ + @$(SDK_DIR)/imports/netware.imp \ + @$(MPK_DIR)/import/mpkOrg.imp \ + @$(PROJECT_ROOT)/netware/phplib.imp +EXPORT = ($(MODULE_NAME)) get_module +API = OutputToScreen + +# Virtual paths +vpath %.cpp . +vpath %.c . ..\..\netware +vpath %.obj $(OBJ_DIR) + + +all: prebuild project + +.PHONY: all + +prebuild: + @if not exist $(OBJ_DIR) md $(OBJ_DIR) + +project: $(BINARY) + @echo Build complete. + +$(OBJ_DIR)/%.d: %.cpp + @echo Building Dependencies for $( $(basename $@).def +ifdef API + @echo Import $(API) >> $(basename $@).def +endif + @echo Module $(MODULE) >> $(basename $@).def +ifdef EXPORT + @echo Export $(EXPORT) >> $(basename $@).def +endif + @echo AutoUnload >> $(basename $@).def +ifeq '$(BUILD)' 'debug' + @echo Debug >> $(basename $@).def +endif + @echo Flag_On 0x00000008 >> $(basename $@).def + @echo Start _LibCPrelude >> $(basename $@).def + @echo Exit _LibCPostlude >> $(basename $@).def + +# Two functions imported to build the openssl extension + @echo Import GetProcessSwitchCount >> $(basename $@).def + @echo Import RunningProcess >> $(basename $@).def + + $(MPKTOOL) $(XDCFLAGS) $(basename $@).xdc + @echo xdcdata $(basename $@).xdc >> $(basename $@).def + + @echo Linking $@... + @echo $(LD_FLAGS) -commandfile $(basename $@).def > $(basename $@).link + + @echo $(LIBRARY) $(OBJECTS) >> $(basename $@).link + + @$(LINK) @$(basename $@).link + + +.PHONY: clean +clean: cleanobj cleanbin + +.PHONY: cleand +cleand: + @echo Deleting all dependency files... + -@del "$(OBJ_DIR)\*.d" + +.PHONY: cleanobj +cleanobj: + @echo Deleting all object files... + -@del "$(OBJ_DIR)\*.obj" + +.PHONY: cleanbin +cleanbin: + @echo Deleting binary files... + -@del "$(FINAL_DIR)\$(MODULE_NAME).nlm" + @echo Deleting MAP, DEF files, etc.... + -@del "$(FINAL_DIR)\$(MODULE_NAME).map" + -@del "$(FINAL_DIR)\$(MODULE_NAME).def" + -@del "$(FINAL_DIR)\$(MODULE_NAME).link" +ifeq '$(BUILD)' 'debug' + -@del $(FINAL_DIR)\$(MODULE_NAME).sym +endif diff --git a/ext/pgsql/pgsql.dsp b/ext/pgsql/pgsql.dsp new file mode 100644 index 00000000000..098469f36d4 --- /dev/null +++ b/ext/pgsql/pgsql.dsp @@ -0,0 +1,167 @@ +# Microsoft Developer Studio Project File - Name="pgsql" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=pgsql - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pgsql.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pgsql.mak" CFG="pgsql - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pgsql - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "pgsql - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "pgsql - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "pgsql - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "pgsql - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGSQL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\php_build\include\pgsql" /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "PGSQL_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_PGSQL" /D HAVE_PGSQL=1 /D "HAVE_PQCMDTUPLES" /D "HAVE_PQCLIENTENCODING" /D "HAVE_PQESCAPE" /D "HAVE_PG_CONFIG_H" /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib libpqdll.lib php5ts.lib /nologo /dll /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"../../Release/pgsql.dll" /libpath:"..\..\..\PostgreSQL\lib" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "pgsql - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGSQL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\php_build\include\pgsql" /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "_DEBUG" /D ZEND_DEBUG=1 /D "PGSQL_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_PGSQL" /D HAVE_PGSQL=1 /D "HAVE_PQCMDTUPLES" /D "HAVE_PQCLIENTENCODING" /D "HAVE_PQESCAPE" /D "HAVE_PG_CONFIG_H" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrtd.lib" /out:"../../Debug/pgsql.dll" /pdbtype:sept + +!ELSEIF "$(CFG)" == "pgsql - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\PostgreSQL\include" /I "..\..\..\bindlib_w32" /D "NDEBUG" /D "ZTS" /D "PGSQL_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_PGSQL" /D HAVE_PGSQL=1 /D ZTS=1 /FD /c +# SUBTRACT BASE CPP /YX +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\php_build\include\pgsql" /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "NDEBUG" /D "ZTS" /D ZEND_DEBUG=0 /D "PGSQL_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_PGSQL" /D HAVE_PGSQL=1 /D "HAVE_PQCMDTUPLES" /D "HAVE_PQCLIENTENCODING" /D "HAVE_PQESCAPE" /D "HAVE_PG_CONFIG_H" /FR /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib libpqdll.lib php5ts.lib /nologo /dll /machine:I386 /libpath:"..\..\..\PostgreSQL\lib" /libpath:"..\..\Release_TS" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib libpq.lib php5ts.lib /nologo /dll /machine:I386 /out:"../../Release_TS/php_pgsql.dll" /libpath:"..\..\..\php_build\postgresql\src\interfaces\libpq\Release" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "pgsql - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "PGSQL_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_PGSQL" /D HAVE_PGSQL=1 /D ZTS=1 /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\php_build\include\pgsql" /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "_DEBUG" /D "ZTS" /D ZEND_DEBUG=1 /D "PGSQL_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /D "COMPILE_DL_PGSQL" /D HAVE_PGSQL=1 /D "HAVE_PQCMDTUPLES" /D "HAVE_PQCLIENTENCODING" /D "HAVE_PQESCAPE" /D "HAVE_PG_CONFIG_H" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpq.lib /nologo /dll /debug /machine:I386 /out:"../../Debug_TS/pgsql.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "pgsql - Win32 Release" +# Name "pgsql - Win32 Debug" +# Name "pgsql - Win32 Release_TS" +# Name "pgsql - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\pgsql.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_pgsql.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/pgsql/pgsql.mak b/ext/pgsql/pgsql.mak new file mode 100644 index 00000000000..908056acfb1 --- /dev/null +++ b/ext/pgsql/pgsql.mak @@ -0,0 +1,170 @@ +# Temporarily here -- later may go into some batch file +# which will set this as an environment variable +PROJECT_ROOT = ..\.. + +# Module details +MODULE_NAME = phppgsql +MODULE_DESC = "PHP 4.3 - PostgreSQL Extension" +VMAJ = 3 +VMIN = 0 +VREV = 0 + +#include the common settings +include $(PROJECT_ROOT)/netware/common.mif + +# Build type defaults to 'release' +ifndef BUILD +BUILD = release +endif + +# Extensions of all input and output files +.SUFFIXES: +.SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d + +# Source files +C_SRC = pgsql.c \ + start.c + +CPP_SRC_NODIR = $(notdir $(CPP_SRC)) +C_SRC_NODIR = $(notdir $(C_SRC)) +SRC_DIR = $(dir $(CPP_SRC) $(C_SRC)) + +# Library files +LIBRARY = + +# Destination directories and files +OBJ_DIR = $(BUILD) +FINAL_DIR = $(BUILD) +OBJECTS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.obj) $(C_SRC_NODIR:.c=.obj)) +DEPDS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.d) $(C_SRC_NODIR:.c=.d)) + +# Binary file +ifndef BINARY + BINARY=$(FINAL_DIR)\$(MODULE_NAME).nlm +endif + +# Compile flags +C_FLAGS += -c -maxerrors 25 -msgstyle gcc -wchar_t on -bool on -processor Pentium +C_FLAGS += -nostdinc -nosyspath +C_FLAGS += -relax_pointers # To remove type-casting errors +C_FLAGS += -DNETWARE -DZTS -DNEW_LIBC -DUSE_OLD_FUNCTIONS +C_FLAGS += -D__BIT_TYPES_DEFINED__ -DCOMPILE_DL_PGSQL=1 +C_FLAGS += -I. -I- -I$(PROJECT_ROOT) -I$(PROJECT_ROOT)/main +C_FLAGS += -I$(PROJECT_ROOT)/ext/standard -I$(PROJECT_ROOT)/netware +C_FLAGS += -I$(PROJECT_ROOT)/zend -I$(PROJECT_ROOT)/tsrm +C_FLAGS += -I$(SDK_DIR)/include -I$(MWCIncludes) +C_FLAGS += -I$(WINSOCK_DIR)/include/nlm -I$(WINSOCK_DIR)/include + + +# Extra stuff based on debug / release builds +ifeq '$(BUILD)' 'debug' + SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym + C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON + C_FLAGS += -exc cw -DZEND_DEBUG=1 + LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib +else + C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics + C_FLAGS += -opt level=4 -DZEND_DEBUG=0 + LD_FLAGS += -sym off + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib +endif + + +# Dependencies +MODULE = LibC \ + phplib \ + libpq +IMPORT = @$(SDK_DIR)/imports/libc.imp \ + @$(SDK_DIR)/imports/ws2nlm.imp \ + @$(MPK_DIR)/import/mpkOrg.imp \ + @$(PROJECT_ROOT)/netware/phplib.imp \ + @$(PROJECT_ROOT)/netware/libpq.imp +EXPORT = ($(MODULE_NAME)) get_module +API = OutputToScreen + +# Virtual paths +vpath %.cpp . +vpath %.c . ..\..\netware +vpath %.obj $(OBJ_DIR) + + +all: prebuild project + +.PHONY: all + +prebuild: + @if not exist $(OBJ_DIR) md $(OBJ_DIR) + +project: $(BINARY) + @echo Build complete. + +$(OBJ_DIR)/%.d: %.cpp + @echo Building Dependencies for $( $(basename $@).def +ifdef API + @echo Import $(API) >> $(basename $@).def +endif + @echo Module $(MODULE) >> $(basename $@).def +ifdef EXPORT + @echo Export $(EXPORT) >> $(basename $@).def +endif + @echo AutoUnload >> $(basename $@).def +ifeq '$(BUILD)' 'debug' + @echo Debug >> $(basename $@).def +endif + @echo Flag_On 0x00000008 >> $(basename $@).def + @echo Start _LibCPrelude >> $(basename $@).def + @echo Exit _LibCPostlude >> $(basename $@).def + + $(MPKTOOL) $(XDCFLAGS) $(basename $@).xdc + @echo xdcdata $(basename $@).xdc >> $(basename $@).def + + @echo Linking $@... + @echo $(LD_FLAGS) -commandfile $(basename $@).def > $(basename $@).link + + @echo $(LIBRARY) $(OBJECTS) >> $(basename $@).link + + @$(LINK) @$(basename $@).link + + +.PHONY: clean +clean: cleanobj cleanbin + +.PHONY: cleand +cleand: + @echo Deleting all dependency files... + -@del "$(OBJ_DIR)\*.d" + +.PHONY: cleanobj +cleanobj: + @echo Deleting all object files... + -@del "$(OBJ_DIR)\*.obj" + +.PHONY: cleanbin +cleanbin: + @echo Deleting binary files... + -@del "$(FINAL_DIR)\$(MODULE_NAME).nlm" + @echo Deleting MAP, DEF files, etc.... + -@del "$(FINAL_DIR)\$(MODULE_NAME).map" + -@del "$(FINAL_DIR)\$(MODULE_NAME).def" + -@del "$(FINAL_DIR)\$(MODULE_NAME).link" +ifeq '$(BUILD)' 'debug' + -@del $(FINAL_DIR)\$(MODULE_NAME).sym +endif diff --git a/ext/pspell/pspell.dsp b/ext/pspell/pspell.dsp new file mode 100644 index 00000000000..f310099d89a --- /dev/null +++ b/ext/pspell/pspell.dsp @@ -0,0 +1,112 @@ +# Microsoft Developer Studio Project File - Name="pspell" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=pspell - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pspell.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pspell.mak" CFG="pspell - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pspell - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "pspell - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "pspell - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "pspell___Win32_Debug_TS" +# PROP BASE Intermediate_Dir "pspell___Win32_Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /I "..\..\..\aspell\include\pspell" /I "..\..\..\php_build\include\pspell." /D ZEND_DEBUG=1 /D "_DEBUG" /D ZTS=1 /D HAVE_PSPELL=1 /D "COMPILE_DL_PSPELL" /D "WIN32" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSPELL_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_pspell.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" +# ADD LINK32 php5ts_debug.lib aspell-15.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_pspell.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\aspell\lib" + +!ELSEIF "$(CFG)" == "pspell - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "pspell___Win32_Release_TS" +# PROP BASE Intermediate_Dir "pspell___Win32_Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSPELL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /I "..\..\..\aspell\include\pspell" /I "..\..\..\php_build\include\pspell" /D ZEND_DEBUG=0 /D "NDEBUG" /D ZTS=1 /D HAVE_PSPELL=1 /D "COMPILE_DL_PSPELL" /D "WIN32" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PSPELL_EXPORTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib aspell-15.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_pspell.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\aspell\lib" + +!ENDIF + +# Begin Target + +# Name "pspell - Win32 Debug_TS" +# Name "pspell - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\pspell.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_pspell.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/shmop/shmop.dsp b/ext/shmop/shmop.dsp new file mode 100644 index 00000000000..848f0bdc91d --- /dev/null +++ b/ext/shmop/shmop.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="shmop" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=shmop - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "shmop.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "shmop.mak" CFG="shmop - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "shmop - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "shmop - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "shmop - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SHMOP_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\main" /I "..\..\TSRM" /I "..\..\ZEND" /D "WIN32" /D ZEND_WIN32=1 /D PHP_WIN32=1 /D "NDEBUG" /D "PHP_EXPORTS" /D "HAVE_SHMOP" /D COMPILE_DL_SHMOP=1 /D ZEND_DEBUG=0 /D "ZTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_shmop.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "shmop - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SHMOP_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\\" /I "..\..\main" /I "..\..\TSRM" /I "..\..\ZEND" /D "WIN32" /D ZEND_DEBUG=1 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_EXPORTS" /D "COMPILE_DL_SHMOP" /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SHMOP=1 /D ZTS=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_shmop.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "shmop - Win32 Release_TS" +# Name "shmop - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\shmop.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_shmop.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/simplexml/simplexml.dsp b/ext/simplexml/simplexml.dsp new file mode 100644 index 00000000000..79df9187036 --- /dev/null +++ b/ext/simplexml/simplexml.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="simplexml" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=simplexml - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "simplexml.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "simplexml.mak" CFG="simplexml - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "simplexml - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "simplexml - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "simplexml - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "c:\php\5d\extensions" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLEXML_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\php5" /I "..\..\..\php5\main" /I "..\..\..\php5\Zend" /I "..\..\..\php5\TSRM" /D ZEND_DEBUG=1 /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D COMPILE_DL_SIMPLEXML=1 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLEXML_EXPORTS" /D "LIBXML_THREAD_ENABLED" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\php5\Debug_TS" + +!ELSEIF "$(CFG)" == "simplexml - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLEXML_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\php5\main" /I "..\..\..\php5\Zend" /I "..\..\..\php5\TSRM" /I "..\..\..\php5\win32" /I "..\..\..\php5" /D ZTS=1 /D ZEND_DEBUG=0 /D "ZEND_WIN32" /D "PHP_WIN32" /D COMPILE_DL_SIMPLEXML=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLEXML_EXPORTS" /D "LIBXML_THREAD_ENABLED" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /libpath:"..\..\..\php5\Release_TS" /libpath:"..\..\..\php5\Release_TS_Inline" + +!ENDIF + +# Begin Target + +# Name "simplexml - Win32 Debug_TS" +# Name "simplexml - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\simplexml.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_simplexml.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/skeleton/skeleton.dsp b/ext/skeleton/skeleton.dsp new file mode 100644 index 00000000000..c3c67c7e34c --- /dev/null +++ b/ext/skeleton/skeleton.dsp @@ -0,0 +1,113 @@ +# Microsoft Developer Studio Project File - Name="extname" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=extname - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extname.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extname.mak" CFG="extname - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extname - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "extname - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "extname - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_EXTNAME" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXTNAME_EXPORTS" /D "COMPILE_DL_EXTNAME" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_EXTNAME=1 /D "LIBZEND_EXPORTS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_extname.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "extname - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_EXTNAME" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXTNAME_EXPORTS" /D "COMPILE_DL_EXTNAME" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_EXTNAME=1 /D "LIBZEND_EXPORTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_extname.dll" /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "extname - Win32 Release_TS" +# Name "extname - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\extname.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_extname.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/snmp/snmp.dsp b/ext/snmp/snmp.dsp new file mode 100644 index 00000000000..3cc62338bde --- /dev/null +++ b/ext/snmp/snmp.dsp @@ -0,0 +1,109 @@ +# Microsoft Developer Studio Project File - Name="snmp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=snmp - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "snmp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "snmp.mak" CFG="snmp - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "snmp - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "snmp - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "snmp - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_SNMP" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SNMP_EXPORTS" /D "COMPILE_DL_SNMP" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SNMP=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib libsnmp.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_snmp.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "snmp - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_SNMP" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SNMP_EXPORTS" /D "COMPILE_DL_SNMP" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SNMP=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib libsnmp.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_snmp.dll" /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "snmp - Win32 Release_TS" +# Name "snmp - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\snmp.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_snmp.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/soap/php_soap.dsp b/ext/soap/php_soap.dsp new file mode 100644 index 00000000000..4157c633204 --- /dev/null +++ b/ext/soap/php_soap.dsp @@ -0,0 +1,156 @@ +# Microsoft Developer Studio Project File - Name="php_soap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php_soap - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php_soap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php_soap.mak" CFG="php_soap - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php_soap - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php_soap - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php_soap - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_SOAP_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /I "..\..\..\libxml2-2.4.12\include" /I "..\..\bind" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_SOAP_EXPORTSWS" /D "PHP_SOAP_EXPORTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "ZTS" /D ZEND_DEBUG=0 /D "COMPILE_DL_SOAP" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib libxml2.lib wsock32.lib resolv.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS\php_soap.dll" /libpath:"..\..\\" /libpath:"..\..\..\libxml2-2.4.12\lib" /libpath:"..\..\Release_TS" + +!ELSEIF "$(CFG)" == "php_soap - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_SOAP_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /I "..\..\..\libxml2-2.4.12\include" /I "..\..\bind" /D "WS" /D "_MBCS" /D "_USRDLL" /D "PHP_SOAP_EXPORTS" /D "WIN32" /D "ZEND_WIN32" /D "PHP_WIN32" /D "ZTS" /D ZEND_DEBUG=1 /D "COMPILE_DL_SOAP" /FR"Debug_TS/" /Fp"Debug_TS/soap.pch" /YX /Fo"Debug_TS/" /Fd"Debug_TS/" /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib libxml2.lib wsock32.lib resolv.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS\php_soap.dll" /pdbtype:sept /libpath:"..\..\\" /libpath:"..\..\..\libxml2-2.4.12\lib" /libpath:"..\..\Debug_TS" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "php_soap - Win32 Release_TS" +# Name "php_soap - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_encoding.c +# End Source File +# Begin Source File + +SOURCE=.\php_http.c +# End Source File +# Begin Source File + +SOURCE=.\php_packet_soap.c +# End Source File +# Begin Source File + +SOURCE=.\php_schema.c +# End Source File +# Begin Source File + +SOURCE=.\php_sdl.c +# End Source File +# Begin Source File + +SOURCE=.\php_xml.c +# End Source File +# Begin Source File + +SOURCE=.\soap.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_encoding.h +# End Source File +# Begin Source File + +SOURCE=.\php_http.h +# End Source File +# Begin Source File + +SOURCE=.\php_packet_soap.h +# End Source File +# Begin Source File + +SOURCE=.\php_schema.h +# End Source File +# Begin Source File + +SOURCE=.\php_sdl.h +# End Source File +# Begin Source File + +SOURCE=.\php_soap.h +# End Source File +# Begin Source File + +SOURCE=.\php_xml.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/sockets/sockets.dsp b/ext/sockets/sockets.dsp new file mode 100644 index 00000000000..961bab784d5 --- /dev/null +++ b/ext/sockets/sockets.dsp @@ -0,0 +1,117 @@ +# Microsoft Developer Studio Project File - Name="sockets" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=sockets - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "sockets.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "sockets.mak" CFG="sockets - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "sockets - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "sockets - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "sockets - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SOCKETS_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\bindlib_w32" /D "WIN32" /D "PHP_EXPORTS" /D "COMPILE_DL_SOCKETS" /D ZTS=1 /D HAVE_SOCKETS=1 /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_sockets.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# SUBTRACT LINK32 /debug + +!ELSEIF "$(CFG)" == "sockets - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SOCKETS_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\bindlib_w32" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PHP_EXPORTS" /D "COMPILE_DL_SOCKETS" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SOCKETS=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_sockets.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "sockets - Win32 Release_TS" +# Name "sockets - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_sockets_win.c +# End Source File +# Begin Source File + +SOURCE=.\sockets.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_sockets.h +# End Source File +# Begin Source File + +SOURCE=.\php_sockets_win.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/sqlite/sqlite.dsp b/ext/sqlite/sqlite.dsp new file mode 100644 index 00000000000..f6dfb437c29 --- /dev/null +++ b/ext/sqlite/sqlite.dsp @@ -0,0 +1,339 @@ +# Microsoft Developer Studio Project File - Name="sqlite" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=sqlite - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "sqlite.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "sqlite.mak" CFG="sqlite - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "sqlite - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "sqlite - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "sqlite - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SQLITE_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\win32" /I "..\..\..\php_build" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_SQLITE" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SQLITE=1 /D "PHP_SQLITE_EXPORTS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS\php_sqlite.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\release" + +!ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SQLITE_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\win32" /I "..\..\..\php_build" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_SQLITE" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SQLITE=1 /D "PHP_SQLITE_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS\php_sqlite.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\release" + +!ENDIF + +# Begin Target + +# Name "sqlite - Win32 Release_TS" +# Name "sqlite - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Group "libsqlite" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\libsqlite\src\attach.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\auth.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\btree.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\btree.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\btree_rb.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\build.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\config.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\copy.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\date.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\delete.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\encode.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\expr.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\func.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\hash.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\hash.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\insert.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\main.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\opcodes.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\opcodes.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\os.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\os.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\pager.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\pager.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\parse.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\parse.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\pragma.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\printf.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\random.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\select.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\sqlite.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\sqlite.w32.h + +!IF "$(CFG)" == "sqlite - Win32 Release_TS" + +# Begin Custom Build +InputDir=.\libsqlite\src +InputPath=.\libsqlite\src\sqlite.w32.h + +"$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\sqlite.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS" + +# Begin Custom Build +InputDir=.\libsqlite\src +InputPath=.\libsqlite\src\sqlite.w32.h + +"$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\sqlite.h + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\sqlite_config.w32.h + +!IF "$(CFG)" == "sqlite - Win32 Release_TS" + +# Begin Custom Build +InputDir=.\libsqlite\src +InputPath=.\libsqlite\src\sqlite_config.w32.h + +"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\config.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS" + +# Begin Custom Build +InputDir=.\libsqlite\src +InputPath=.\libsqlite\src\sqlite_config.w32.h + +"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\config.h + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\sqliteInt.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\table.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\tokenize.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\trigger.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\update.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\util.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\vacuum.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\vdbe.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\vdbe.h +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\vdbeaux.c +# End Source File +# Begin Source File + +SOURCE=.\libsqlite\src\where.c +# End Source File +# End Group +# Begin Source File + +SOURCE=.\php_sqlite.def +# End Source File +# Begin Source File + +SOURCE=.\sqlite.c +# ADD CPP /I "libsqlite\src" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_sqlite.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/sybase_ct/sybase_ct.dsp b/ext/sybase_ct/sybase_ct.dsp new file mode 100644 index 00000000000..be2f890bab0 --- /dev/null +++ b/ext/sybase_ct/sybase_ct.dsp @@ -0,0 +1,114 @@ +# Microsoft Developer Studio Project File - Name="sybase_ct" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=sybase_ct - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "sybase_ct.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "sybase_ct.mak" CFG="sybase_ct - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "sybase_ct - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "sybase_ct - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "sybase_ct - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SYBASE_CT_EXPORTS" /D "COMPILE_DL_SYBASE_CT" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D "WIN32" /D "SYBASE_CT_EXPORTS" /D "COMPILE_DL_SYBASE_CT" /D HAVE_SYBASE_CT=1 /D ZTS=1 /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libct.lib libcs.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_sybase_ct.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "sybase_ct - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SYBASE_CT_EXPORTS" /D "COMPILE_DL_SYBASE_CT" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SYBASE_CT_EXPORTS" /D "COMPILE_DL_SYBASE_CT" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SYBASE_CT=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_sybase_ct.dll" /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "sybase_ct - Win32 Release_TS" +# Name "sybase_ct - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_sybase_ct.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_sybase_ct.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/tidy/tidy.dsp b/ext/tidy/tidy.dsp new file mode 100755 index 00000000000..fe44fa7a512 --- /dev/null +++ b/ext/tidy/tidy.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="tidy" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=tidy - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tidy.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tidy.mak" CFG="tidy - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tidy - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "tidy - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tidy - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDY_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\include" /I "..\..\..\php_build\include\libtidy" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_TIDY" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "PHP_TIDY_EXPORTS" /D "HAVE_ZLIB" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib libtidy.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_tidy.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\release" + +!ELSEIF "$(CFG)" == "tidy - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDY_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\..\php_build\include" /I "..\..\..\php_build\include\libtidy" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_TIDY" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "PHP_TIDY_EXPORTS" /D "HAVE_ZLIB" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib libtidy.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_tidy.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\release" + +!ENDIF + +# Begin Target + +# Name "tidy - Win32 Release_TS" +# Name "tidy - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\tidy.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_tidy.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/tokenizer/tokenizer.dsp b/ext/tokenizer/tokenizer.dsp new file mode 100644 index 00000000000..9844574a8a8 --- /dev/null +++ b/ext/tokenizer/tokenizer.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="tokenizer" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=tokenizer - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tokenizer.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tokenizer.mak" CFG="tokenizer - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tokenizer - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "tokenizer - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tokenizer - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TOKENIZER_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PHP_EXPORTS" /D "COMPILE_DL_TOKENIZER" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_TOKENIZER=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_tokenizer.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "tokenizer - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TOKENIZER_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PHP_EXPORTS" /D "COMPILE_DL_TOKENIZER" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_TOKENIZER=1 /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_tokenizer.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "tokenizer - Win32 Release_TS" +# Name "tokenizer - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\tokenizer.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_tokenizer.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/xml/xml.mak b/ext/xml/xml.mak new file mode 100644 index 00000000000..ab60f28eedd --- /dev/null +++ b/ext/xml/xml.mak @@ -0,0 +1,172 @@ +# Temporarily here -- later may go into some batch file +# which will set this as an environment variable +PROJECT_ROOT = ..\.. + +# Module details +MODULE_NAME = php_xml +MODULE_DESC = "PHP 5 - XML Extension" +VMAJ = 3 +VMIN = 0 +VREV = 0 + +#include the common settings +include $(PROJECT_ROOT)/netware/common.mif + +# Extensions of all input and output files +.SUFFIXES: +.SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d + +# Source files +C_SRC = xml.c \ + start.c + +CPP_SRC_NODIR = $(notdir $(CPP_SRC)) +C_SRC_NODIR = $(notdir $(C_SRC)) +SRC_DIR = $(dir $(CPP_SRC) $(C_SRC)) + +# Library files +LIBRARY = + +# Destination directories and files +OBJ_DIR = $(BUILD) +FINAL_DIR = $(BUILD) +MAP_FILE = $(FINAL_DIR)\$(MODULE_NAME).map +OBJECTS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.obj) $(C_SRC_NODIR:.c=.obj)) +DEPDS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.d) $(C_SRC_NODIR:.c=.d)) + +# Binary file +ifndef BINARY + BINARY=$(FINAL_DIR)\$(MODULE_NAME).nlm +endif + +# Compile flags +C_FLAGS += -c -maxerrors 25 -msgstyle gcc +C_FLAGS += -wchar_t on -bool on +C_FLAGS += -processor Pentium +C_FLAGS += -nostdinc -nosyspath +C_FLAGS += -relax_pointers # To remove type-casting errors +C_FLAGS += -DNETWARE -DZTS +C_FLAGS += -DNEW_LIBC +C_FLAGS += -DCOMPILE_DL_XML -DHAVE_LIBEXPAT=1 +C_FLAGS += -I. -I- -I$(PROJECT_ROOT) -I$(PROJECT_ROOT)/main +C_FLAGS += -I$(PROJECT_ROOT)/ext/standard -I$(PROJECT_ROOT)/netware +C_FLAGS += -I$(PROJECT_ROOT)/zend -I$(PROJECT_ROOT)/tsrm +C_FLAGS += -I$(SDK_DIR)/include -I$(MWCIncludes) +C_FLAGS += -I$(EXPAT_DIR)/include + +ifndef STACK_SIZE +STACK_SIZE=8192 +endif + +# Extra stuff based on debug / release builds +ifeq '$(BUILD)' 'debug' + SYM_FILE = $(FINAL_DIR)\$(MODULE_NAME).sym + C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON + C_FLAGS += -exc cw -DZEND_DEBUG=1 + LD_FLAGS += -sym on -sym codeview4 -osym $(SYM_FILE) + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib +else + C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off + C_FLAGS += -opt intrinsics + C_FLAGS += -opt level=4 -DZEND_DEBUG=0 + LD_FLAGS += -sym off + export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib +endif + +# Dependencies +MODULE = LibC \ + expatlbc \ + phplib +IMPORT = @$(SDK_DIR)/imports/libc.imp \ + @$(SDK_DIR)/imports/ws2nlm.imp \ + @$(MPK_DIR)/import/mpkOrg.imp \ + @$(EXPAT_DIR)/imports/expatlbc.imp \ + @$(PROJECT_ROOT)/netware/phplib.imp +EXPORT = ($(MODULE_NAME)) get_module +API = OutputToScreen + + +# Virtual paths +vpath %.cpp . +vpath %.c . ..\..\netware +vpath %.obj $(OBJ_DIR) + + +all: prebuild project + +.PHONY: all + +prebuild: + @if not exist $(OBJ_DIR) md $(OBJ_DIR) + +project: $(BINARY) + @echo Build complete. + +$(OBJ_DIR)/%.d: %.cpp + @echo Building Dependencies for $( $(basename $@).def +ifdef API + @echo Import $(API) >> $(basename $@).def +endif + @echo Module $(MODULE) >> $(basename $@).def +ifdef EXPORT + @echo Export $(EXPORT) >> $(basename $@).def +endif + @echo AutoUnload >> $(basename $@).def +ifeq '$(BUILD)' 'debug' + @echo Debug >> $(basename $@).def +endif + @echo Flag_On 0x00000008 >> $(basename $@).def + @echo Start _LibCPrelude >> $(basename $@).def + @echo Exit _LibCPostlude >> $(basename $@).def + + $(MPKTOOL) $(XDCFLAGS) $(basename $@).xdc + @echo xdcdata $(basename $@).xdc >> $(basename $@).def + + @echo Linking $@... + @echo $(LD_FLAGS) -commandfile $(basename $@).def > $(basename $@).link + @echo $(LIBRARY) $(OBJECTS) >> $(basename $@).link + + @$(LINK) @$(basename $@).link + + +.PHONY: clean +clean: cleanobj cleanbin + +.PHONY: cleand +cleand: + @echo Deleting all dependency files... + -@del "$(OBJ_DIR)\*.d" + +.PHONY: cleanobj +cleanobj: + @echo Deleting all object files... + -@del "$(OBJ_DIR)\*.obj" + +.PHONY: cleanbin +cleanbin: + @echo Deleting binary files... + -@del "$(FINAL_DIR)\$(MODULE_NAME).nlm" + @echo Deleting MAP, DEF files, etc.... + -@del "$(FINAL_DIR)\$(MODULE_NAME).map" + -@del "$(FINAL_DIR)\$(MODULE_NAME).def" + -@del "$(FINAL_DIR)\$(MODULE_NAME).link" +ifeq '$(BUILD)' 'debug' + -@del $(FINAL_DIR)\$(MODULE_NAME).sym +endif diff --git a/ext/xmlreader/xmlreader.dsp b/ext/xmlreader/xmlreader.dsp new file mode 100644 index 00000000000..7b21518ba31 --- /dev/null +++ b/ext/xmlreader/xmlreader.dsp @@ -0,0 +1,114 @@ +# Microsoft Developer Studio Project File - Name="xmlreader" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=xmlreader - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "xmlreader.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "xmlreader.mak" CFG="xmlreader - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "xmlreader - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xmlreader - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "xmlreader - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "xmlreader___Win32_Debug_TS" +# PROP BASE Intermediate_Dir "xmlreader___Win32_Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLREADER_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLREADER_EXPORTS" /D "COMPILE_DL_XMLREADER" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXML_THREAD_ENABLED" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php_xmlreader.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" + +!ELSEIF "$(CFG)" == "xmlreader - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "xmlreader___Win32_Release_TS0" +# PROP BASE Intermediate_Dir "xmlreader___Win32_Release_TS0" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLREADER_EXPORTS" /D "COMPILE_DL_XSL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXML_THREAD_ENABLED" /FR /YX /FD /GZ /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLREADER_EXPORTS" /D "COMPILE_DL_XSL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXML_THREAD_ENABLED" /YX /FD /GZ /c +# SUBTRACT CPP /Fr +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts_debug.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php_xmlreader.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" +# ADD LINK32 php5ts.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /incremental:no /machine:I386 /out:"..\..\Release_TS/php_xmlreader.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" +# SUBTRACT LINK32 /debug + +!ENDIF + +# Begin Target + +# Name "xmlreader - Win32 Debug_TS" +# Name "xmlreader - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_xmlreader.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_xmlreader.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/xmlrpc/xmlrpc.dsp b/ext/xmlrpc/xmlrpc.dsp new file mode 100644 index 00000000000..8c455d3fcd7 --- /dev/null +++ b/ext/xmlrpc/xmlrpc.dsp @@ -0,0 +1,211 @@ +# Microsoft Developer Studio Project File - Name="xmlrpc" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=xmlrpc - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "xmlrpc.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "xmlrpc.mak" CFG="xmlrpc - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "xmlrpc - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xmlrpc - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "xmlrpc - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLRPC_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "libxmlrpc" /I "..\..\bundle\expat" /D HAVE_XMLRPC=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /D ZTS=1 /D COMPILE_DL_XMLRPC=1 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLRPC_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x1009 /d "_DEBUG" +# ADD RSC /l 0x1009 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib expat.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_xmlrpc.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ELSEIF "$(CFG)" == "xmlrpc - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLRPC_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "libxmlrpc" /I "..\..\bundle\expat" /D HAVE_XMLRPC=1 /D "ZEND_WIN32" /D ZEND_DEBUG=0 /D "PHP_WIN32" /D ZTS=1 /D COMPILE_DL_XMLRPC=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLRPC_EXPORTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x1009 /d "NDEBUG" +# ADD RSC /l 0x1009 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib expat.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_xmlrpc.dll" /libpath:"..\..\Release_TS" + +!ENDIF + +# Begin Target + +# Name "xmlrpc - Win32 Debug_TS" +# Name "xmlrpc - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=".\xmlrpc-epi-php.c" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_xmlrpc.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Group "libxmlrpc" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\libxmlrpc\base64.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\base64.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\encodings.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\encodings.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\queue.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\queue.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\simplestring.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\simplestring.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\system_methods.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\system_methods_private.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_element.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_element.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_to_dandarpc.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_to_dandarpc.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_to_soap.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_to_soap.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_to_xmlrpc.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xml_to_xmlrpc.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xmlrpc.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xmlrpc.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xmlrpc_introspection.c +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xmlrpc_introspection.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xmlrpc_introspection_private.h +# End Source File +# Begin Source File + +SOURCE=.\libxmlrpc\xmlrpc_private.h +# End Source File +# End Group +# End Target +# End Project diff --git a/ext/xmlwriter/xmlwriter.dsp b/ext/xmlwriter/xmlwriter.dsp new file mode 100644 index 00000000000..e5eca77be52 --- /dev/null +++ b/ext/xmlwriter/xmlwriter.dsp @@ -0,0 +1,113 @@ +# Microsoft Developer Studio Project File - Name="xmlwriter" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=xmlwriter - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "xmlwriter.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "xmlwriter.mak" CFG="xmlwriter - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "xmlwriter - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xmlwriter - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "xmlwriter - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLWRITER_EXPORTS" /D "COMPILE_DL_XMLWRITER" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXML_THREAD_ENABLED" /FR /YX /FD /GZ /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLWRITER_EXPORTS" /D "COMPILE_DL_XMLWRITER" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_XMLWRITER=1 /D "LIBXML_STATIC" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php_xmlwriter.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" +# ADD LINK32 wsock32.lib php4ts.lib libxml2_a.lib iconv.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_xmlwriter.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\bindlib_w32\Release" +# SUBTRACT LINK32 /debug + +!ELSEIF "$(CFG)" == "xmlwriter - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "xmlwriter___Win32_Debug_TS" +# PROP BASE Intermediate_Dir "xmlwriter___Win32_Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLWRITER_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLWRITER_EXPORTS" /D "COMPILE_DL_XMLWRITER" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXML_STATIC" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 wsock32.lib php4ts_debug.lib libxml2_a.lib iconv.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php_xmlwriter.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" + +!ENDIF + +# Begin Target + +# Name "xmlwriter - Win32 Release_TS" +# Name "xmlwriter - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_xmlwriter.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_xmlwriter.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/xsl/xsl.dsp b/ext/xsl/xsl.dsp new file mode 100644 index 00000000000..ff7257d1612 --- /dev/null +++ b/ext/xsl/xsl.dsp @@ -0,0 +1,120 @@ +# Microsoft Developer Studio Project File - Name="xsl" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=xsl - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "xsl.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "xsl.mak" CFG="xsl - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "xsl - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xsl - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "xsl - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XSL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_XSL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXSLT_STATIC" /D "LIBEXSLT_STATIC" /D "LIBXML_THREAD_ENABLED" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 wsock32.lib php5ts.lib libxslt_a.lib libexslt_a.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_xsl.dll" /implib:".Release_TS/php_xsl.lib" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\bindlib_w32\Release" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "xsl - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XSL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XSL_EXPORTS" /D "COMPILE_DL_XSL" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D "LIBXSLT_STATIC" /D "LIBEXSLT_STATIC" /D "LIBXML_THREAD_ENABLED" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib libxslt_a.lib libexslt_a.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php_xsl.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release" /libpath:"..\..\..\php_build\lib\libxslt" + +!ENDIF + +# Begin Target + +# Name "xsl - Win32 Release_TS" +# Name "xsl - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php_xsl.c +# End Source File +# Begin Source File + +SOURCE=.\xsltprocessor.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_xsl.h +# End Source File +# Begin Source File + +SOURCE=.\xsl_fe.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/ext/zlib/zlib.dsp b/ext/zlib/zlib.dsp new file mode 100644 index 00000000000..8986bc6f059 --- /dev/null +++ b/ext/zlib/zlib.dsp @@ -0,0 +1,121 @@ +# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=zlib - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "zlib.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "zlib - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "zlib - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "zlib - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_ZLIB" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\includes" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZLIB_EXPORTS" /D "COMPILE_DL_ZLIB" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_ZLIB=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib zlib.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_zlib.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\..\php_build\zlib\Release" /libpath:"..\..\Release_TS_Inline" + +!ELSEIF "$(CFG)" == "zlib - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_ZLIB" /D ZTS=1 /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSRM" /I "..\..\..\php_build\includes" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZLIB_EXPORTS" /D "COMPILE_DL_ZLIB" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_ZLIB=1 /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib zlib.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_zlib.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\zlib\Debug" + +!ENDIF + +# Begin Target + +# Name "zlib - Win32 Release_TS" +# Name "zlib - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\zlib.c +# End Source File +# Begin Source File + +SOURCE=.\zlib_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=.\zlib_filter.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_zlib.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/sapi/aolserver/php5aolserver.dsp b/sapi/aolserver/php5aolserver.dsp new file mode 100644 index 00000000000..dd6ad71c533 --- /dev/null +++ b/sapi/aolserver/php5aolserver.dsp @@ -0,0 +1,135 @@ +# Microsoft Developer Studio Project File - Name="php5aolserver" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5aolserver - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5aolserver.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5aolserver.mak" CFG="php5aolserver - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5aolserver - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5aolserver - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5aolserver - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5aolserver - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5AOLSERVER_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "..\..\..\php_build\nsapi30\include\\" /I "..\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\tsrm" /D ZEND_DEBUG=0 /D "NDEBUG" /D "PHP5AOLSERVER_EXPORTS" /D "PHP_WIN32" /D "ZTS" /D "ZEND_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D "HAVE_AOLSERVER" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 nsd.lib php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /machine:I386 /out:"../../Release_TS/php5aolserver.so" /libpath:"..\..\..\php_build\nsapi30\lib\\" /libpath:"..\..\Release_TS" /libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\Zend\Release_TS" + +!ELSEIF "$(CFG)" == "php5aolserver - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS_inline" +# PROP BASE Intermediate_Dir "Release_TS_inline" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5AOLSERVER_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "..\..\..\php_build\nsapi30\include\\" /I "..\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\tsrm" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "NDEBUG" /D "PHPAOLSERVER_EXPORTS" /D "PHP_WIN32" /D "ZTS" /D "ZEND_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D "HAVE_AOLSERVER" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 nsd.lib php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /machine:I386 /out:"../../Release_TS_inline/php5aolserver.so" /libpath:"..\..\..\php_build\nsapi30\lib\\" /libpath:"..\..\Release_TS_inline" /libpath:"..\..\TSRM\Release_TS_inline" /libpath:"..\..\Zend\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5aolserver - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5AOLSERVER_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I "..\..\..\php_build\nsapi30\include\\" /I "..\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\tsrm" /D "_DEBUG" /D ZEND_DEBUG=1 /D "PHP5AOLSERVER_EXPORTS" /D "PHP_WIN32" /D "ZTS" /D "ZEND_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D "HAVE_AOLSERVER" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 nsd.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /debug /machine:I386 /out:"..\..\Debug_TS/php5aolserver.so" /pdbtype:sept /libpath:"..\..\..\php_build\nsapi30\lib\\" /libpath:"..\..\Debug_TS" /libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "php5aolserver - Win32 Release_TS" +# Name "php5aolserver - Win32 Release_TS_inline" +# Name "php5aolserver - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\aolserver.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/sapi/apache/php5apache.dsp b/sapi/apache/php5apache.dsp new file mode 100644 index 00000000000..fbdb7612b86 --- /dev/null +++ b/sapi/apache/php5apache.dsp @@ -0,0 +1,151 @@ +# Microsoft Developer Studio Project File - Name="php5apache" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5apache - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5apache.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5apache.mak" CFG="php5apache - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5apache - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5apache - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5apache - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5apache - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Files\Apache Group\Apache\include" /D ZEND_DEBUG=0 /D "NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\release" /libpath:"..\..\Release_TS" /libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\Zend\Release_TS" /libpath:"C:\Program Files\Apache Group\Apache\libexec" + +!ELSEIF "$(CFG)" == "php5apache - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Files\Apache Group\Apache\include" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts_debug.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /version:4.0 /dll /incremental:yes /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\php_build\release" /libpath:"..\..\Debug_TS" /libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" /libpath:"C:\Program Files\Apache Group\Apache\libexec" + +!ELSEIF "$(CFG)" == "php5apache - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS_inline" +# PROP BASE Intermediate_Dir "Release_TS_inline" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Files\Apache Group\Apache\include" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\release" /libpath:"..\..\Release_TS_inline" /libpath:"..\..\TSRM\Release_TS_inline" /libpath:"..\..\Zend\Release_TS_inline" /libpath:"C:\Program Files\Apache Group\Apache\libexec" + +!ENDIF + +# Begin Target + +# Name "php5apache - Win32 Release_TS" +# Name "php5apache - Win32 Debug_TS" +# Name "php5apache - Win32 Release_TS_inline" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\mod_php5.c +# End Source File +# Begin Source File + +SOURCE=.\php_apache.c +# End Source File +# Begin Source File + +SOURCE=.\sapi_apache.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\mod_php5.h +# End Source File +# Begin Source File + +SOURCE=.\php_apache_http.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/sapi/apache2handler/php5apache2.dsp b/sapi/apache2handler/php5apache2.dsp new file mode 100644 index 00000000000..40cd58cb928 --- /dev/null +++ b/sapi/apache2handler/php5apache2.dsp @@ -0,0 +1,146 @@ +# Microsoft Developer Studio Project File - Name="php5apache2" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5apache2 - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5apache2.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5apache2.mak" CFG="php5apache2 - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5apache2 - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5apache2 - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5apache2 - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5apache2 - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_APACHE2_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib libhttpd.lib libapr.lib libaprutil.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /libpath:"..\..\Release_TS" /libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\Zend\Release_TS" + +!ELSEIF "$(CFG)" == "php5apache2 - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS_inline" +# PROP BASE Intermediate_Dir "Release_TS_inline" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_APACHE2_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib libhttpd.lib libapr.lib libaprutil.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS_inline/php5apache2.dll" /libpath:"..\..\Release_TS_inline" /libpath:"..\..\TSRM\Release_TS_inline" /libpath:"..\..\Zend\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5apache2 - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP_APACHE2_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\TSRM" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib libhttpd.lib libapr.lib libaprutil.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "php5apache2 - Win32 Release_TS" +# Name "php5apache2 - Win32 Release_TS_inline" +# Name "php5apache2 - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\apache_config.c +# End Source File +# Begin Source File + +SOURCE=.\mod_php5.c +# End Source File +# Begin Source File + +SOURCE=.\php_functions.c +# End Source File +# Begin Source File + +SOURCE=.\sapi_apache2.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\php_apache.h +# End Source File +# End Group +# End Target +# End Project diff --git a/sapi/apache_hooks/php5apache_hooks.dsp b/sapi/apache_hooks/php5apache_hooks.dsp new file mode 100755 index 00000000000..cc60f4b3b1b --- /dev/null +++ b/sapi/apache_hooks/php5apache_hooks.dsp @@ -0,0 +1,151 @@ +# Microsoft Developer Studio Project File - Name="php5apache_hooks" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5apache_hooks - Win32 Release_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5apache_hooks.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5apache_hooks.mak" CFG="php5apache_hooks - Win32 Release_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5apache_hooks - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5apache_hooks - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5apache_hooks - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5apache_hooks - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\..\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\main" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\apache\src\corer" /libpath:"..\..\Release_TS" /libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\Zend\Release_TS" + +!ELSEIF "$(CFG)" == "php5apache_hooks - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\..\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\main" /I "..\..\TSRM" /D "_DEBUG" /D ZEND_DEBUG=1 /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts_debug.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /version:4.0 /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php5apache_hooks.dll" /pdbtype:sept /libpath:"..\..\..\php_build\apache\src\cored" /libpath:"..\..\Debug_TS" /libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" + +!ELSEIF "$(CFG)" == "php5apache_hooks - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS_inline" +# PROP BASE Intermediate_Dir "Release_TS_inline" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\..\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\main" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "APACHEPHP5_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"\apache\src\corer" /libpath:"..\..\Release_TS_inline" /libpath:"..\..\TSRM\Release_TS_inline" /libpath:"..\..\Zend\Release_TS_inline" + +!ENDIF + +# Begin Target + +# Name "php5apache_hooks - Win32 Release_TS" +# Name "php5apache_hooks - Win32 Debug_TS" +# Name "php5apache_hooks - Win32 Release_TS_inline" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\mod_php5.c +# End Source File +# Begin Source File + +SOURCE=.\php_apache.c +# End Source File +# Begin Source File + +SOURCE=.\sapi_apache.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\mod_php5.h +# End Source File +# Begin Source File + +SOURCE=.\php_apache_http.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/sapi/embed/php5embed.dsp b/sapi/embed/php5embed.dsp new file mode 100644 index 00000000000..8564b117977 --- /dev/null +++ b/sapi/embed/php5embed.dsp @@ -0,0 +1,100 @@ +# Microsoft Developer Studio Project File - Name="php5embed" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=php5embed - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5embed.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5embed.mak" CFG="php5embed - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5embed - Win32 Debug_TS" (based on "Win32 (x86) Static Library") +!MESSAGE "php5embed - Win32 Release_TS" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5embed - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=1 /YX /FD /GZ /c +# ADD BASE RSC /l 0x406 /d "_DEBUG" +# ADD RSC /l 0x406 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\Debug_TS\php5embed.lib" + +!ELSEIF "$(CFG)" == "php5embed - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D ZEND_DEBUG=0 /YX /FD /c +# ADD BASE RSC /l 0x406 /d "NDEBUG" +# ADD RSC /l 0x406 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\Release_TS\php5embed.lib" + +!ENDIF + +# Begin Target + +# Name "php5embed - Win32 Debug_TS" +# Name "php5embed - Win32 Release_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=php_embed.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=php_embed.h +# End Source File +# End Group +# End Target +# End Project diff --git a/sapi/isapi/php5isapi.dsp b/sapi/isapi/php5isapi.dsp new file mode 100644 index 00000000000..3dbab11effe --- /dev/null +++ b/sapi/isapi/php5isapi.dsp @@ -0,0 +1,165 @@ +# Microsoft Developer Studio Project File - Name="php5isapi" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5isapi - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5isapi.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5isapi.mak" CFG="php5isapi - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5isapi - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5isapi - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5isapi - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5isapi - Win32 Release_TSDbg" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5isapi - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /D "_DEBUG" /D "COMPILE_LIBZEND" /D ZEND_DEBUG=1 /D "_WINDOWS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /pdbtype:sept /libpath:"..\..\Debug_TS" + +!ELSEIF "$(CFG)" == "php5isapi - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"..\..\Release_TS" + +!ELSEIF "$(CFG)" == "php5isapi - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5isapi___Win32_Release_TS_inline" +# PROP BASE Intermediate_Dir "php5isapi___Win32_Release_TS_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "_WINDOWS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /libpath:"..\..\Release_TS" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"..\..\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5isapi - Win32 Release_TSDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5isapi___Win32_Release_TSDbg" +# PROP BASE Intermediate_Dir "php5isapi___Win32_Release_TSDbg" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TSDbg" +# PROP Intermediate_Dir "Release_TSDbg" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5ISAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"..\..\Release_TS" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /version:4.0 /dll /debug /machine:I386 /libpath:"..\..\Release_TSDbg" + +!ENDIF + +# Begin Target + +# Name "php5isapi - Win32 Debug_TS" +# Name "php5isapi - Win32 Release_TS" +# Name "php5isapi - Win32 Release_TS_inline" +# Name "php5isapi - Win32 Release_TSDbg" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\php5isapi.c +# End Source File +# Begin Source File + +SOURCE=.\php5isapi.def +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# End Target +# End Project diff --git a/sapi/nsapi/php5nsapi.dsp b/sapi/nsapi/php5nsapi.dsp new file mode 100644 index 00000000000..6cd0079b43a --- /dev/null +++ b/sapi/nsapi/php5nsapi.dsp @@ -0,0 +1,135 @@ +# Microsoft Developer Studio Project File - Name="php5nsapi" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5nsapi - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5nsapi.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5nsapi.mak" CFG="php5nsapi - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5nsapi - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5nsapi - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5nsapi - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5nsapi - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5nsapi___Win32_Release_TS" +# PROP BASE Intermediate_Dir "php5nsapi___Win32_Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "php5nsapi_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "..\..\..\php_build\nsapi30\include\\" /I "..\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\tsrm" /D ZEND_DEBUG=0 /D "NDEBUG" /D "XP_WIN32" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "php5nsapi_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 ns-httpd30.lib php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\nsapi30\lib\\" /libpath:"..\..\Release_TS" /libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\Zend\Release_TS" + +!ELSEIF "$(CFG)" == "php5nsapi - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5nsapi___Win32_Release_TS_inline" +# PROP BASE Intermediate_Dir "php5nsapi___Win32_Release_TS_inline" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "php5nsapi_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "..\..\..\php_build\nsapi30\include\\" /I "..\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\tsrm" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "NDEBUG" /D "XP_WIN32" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "php5nsapi_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 ns-httpd30.lib php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\nsapi30\lib\\" /libpath:"..\..\Release_TS_inline" /libpath:"..\..\TSRM\Release_TS_inline" /libpath:"..\..\Zend\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5nsapi - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "php5nsapi___Win32_Debug_TS" +# PROP BASE Intermediate_Dir "php5nsapi___Win32_Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "php5nsapi_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I "..\..\..\php_build\nsapi30\include\\" /I "..\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\main" /I "..\..\tsrm" /D "_Debug_TS" /D ZEND_DEBUG=1 /D "_DEBUG" /D "XP_WIN32" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D "php5nsapi_EXPORTS" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 ns-httpd30.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\php_build\nsapi30\lib\\" /libpath:"..\..\Debug_TS" /libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" + +!ENDIF + +# Begin Target + +# Name "php5nsapi - Win32 Release_TS" +# Name "php5nsapi - Win32 Release_TS_inline" +# Name "php5nsapi - Win32 Debug_TS" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\nsapi.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/sapi/pi3web/php5pi3web.dsp b/sapi/pi3web/php5pi3web.dsp new file mode 100644 index 00000000000..bb5a2488022 --- /dev/null +++ b/sapi/pi3web/php5pi3web.dsp @@ -0,0 +1,136 @@ +# Microsoft Developer Studio Project File - Name="php5pi3web" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5pi3web - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5pi3web.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5pi3web.mak" CFG="php5pi3web - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5pi3web - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5pi3web - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5pi3web - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5pi3web - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "php5pi3web_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /I "..\..\..\..\PIAPI" /I "..\..\..\..\PI2API" /I "..\..\..\..\PI3API" /D "_DEBUG" /D ZEND_DEBUG=1 /D "_WINDOWS" /D "_USRDLL" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "PHP5PI3WEB_EXPORTS" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 php5ts_debug.lib kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib PiAPI.lib Pi2API.lib Pi3API.lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libc" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\..\PIAPI" /libpath:"..\..\..\..\PI2API" /libpath:"..\..\..\..\PI3API" + +!ELSEIF "$(CFG)" == "php5pi3web - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "php5pi3web_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /I "..\..\..\..\PIAPI" /I "..\..\..\..\PI2API" /I "..\..\..\..\PI3API" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "PHP5PI3WEB_EXPORTS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib PiAPI.lib Pi2API.lib Pi3API.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /libpath:"..\..\Release_TS" /libpath:"..\..\..\..\PIAPI" /libpath:"..\..\..\..\PI2API" /libpath:"..\..\..\..\PI3API" + +!ELSEIF "$(CFG)" == "php5pi3web - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5pi3web___Win32_Release_TS_inline" +# PROP BASE Intermediate_Dir "php5pi3web___Win32_Release_TS_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /I "..\ext\mysql\libmysql" /I "..\..\..\PiAPI" /I "..\..\..\Pi2API" /I "..\..\..\Pi3API" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM" /I "..\..\..\..\PIAPI" /I "..\..\..\..\PI2API" /I "..\..\..\..\PI3API" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "_WINDOWS" /D "_USRDLL" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "PHP5PI3WEB_EXPORTS" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib libmysql.lib PiAPI.lib Pi2API.lib Pi3API.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"..\Release_TS\php5ts.dll" /libpath:"..\TSRM\Release_TS" /libpath:"..\Zend\Release_TS" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\ext\mysql\libmysql\Release_TS" /libpath:"Release_TS" /libpath:"..\..\..\PiAPI" /libpath:"..\..\..\Pi2API" /libpath:"..\..\..\Pi3API" +# ADD LINK32 php5ts.lib kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib PiAPI.lib Pi2API.lib Pi3API.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /libpath:"..\..\Release_TS_inline" /libpath:"..\..\..\..\PIAPI" /libpath:"..\..\..\..\PI2API" /libpath:"..\..\..\..\PI3API" + +!ENDIF + +# Begin Target + +# Name "php5pi3web - Win32 Debug_TS" +# Name "php5pi3web - Win32 Release_TS" +# Name "php5pi3web - Win32 Release_TS_inline" +# Begin Group "Source Files" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=.\pi3web_sapi.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=.\pi3web_sapi.h +# End Source File +# End Group +# End Target +# End Project diff --git a/win32/EngineSelect.bat b/win32/EngineSelect.bat new file mode 100755 index 00000000000..0785bd12fcc --- /dev/null +++ b/win32/EngineSelect.bat @@ -0,0 +1,5 @@ +@if exist ..\ZendEngine2\OBJECTS2_HOWTO ( +move ..\Zend ..\ZendEngine1 +move ..\ZendEngine2 ..\Zend +echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT." +exit 1 ) diff --git a/win32/EngineSelect.dsp b/win32/EngineSelect.dsp new file mode 100644 index 00000000000..4aee213c292 --- /dev/null +++ b/win32/EngineSelect.dsp @@ -0,0 +1,85 @@ +# Microsoft Developer Studio Project File - Name="EngineSelect" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) External Target" 0x0106 + +CFG=EngineSelect - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "EngineSelect.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "EngineSelect.mak" CFG="EngineSelect - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "EngineSelect - Win32 Release" (based on "Win32 (x86) External Target") +!MESSAGE "EngineSelect - Win32 Debug" (based on "Win32 (x86) External Target") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "EngineSelect - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Cmd_Line "NMAKE /f EngineSelect.mak" +# PROP BASE Rebuild_Opt "/a" +# PROP BASE Target_File "EngineSelect.exe" +# PROP BASE Bsc_Name "EngineSelect.bsc" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Cmd_Line "EngineSelect.bat" +# PROP Rebuild_Opt "/a" +# PROP Target_File "EngineSelect.exe" +# PROP Bsc_Name "" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "EngineSelect - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Cmd_Line "NMAKE /f EngineSelect.mak" +# PROP BASE Rebuild_Opt "/a" +# PROP BASE Target_File "EngineSelect.exe" +# PROP BASE Bsc_Name "EngineSelect.bsc" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Cmd_Line "EngineSelect.bat" +# PROP Rebuild_Opt "/a" +# PROP Target_File "EngineSelect.exe" +# PROP Bsc_Name "" +# PROP Target_Dir "" + +!ENDIF + +# Begin Target + +# Name "EngineSelect - Win32 Release" +# Name "EngineSelect - Win32 Debug" + +!IF "$(CFG)" == "EngineSelect - Win32 Release" + +!ELSEIF "$(CFG)" == "EngineSelect - Win32 Debug" + +!ENDIF + +# End Target +# End Project diff --git a/win32/build/block.template.dsw b/win32/build/block.template.dsw new file mode 100644 index 00000000000..2f2682dc715 --- /dev/null +++ b/win32/build/block.template.dsw @@ -0,0 +1,15 @@ + +Project: "EXTNAME"=..\ADDRESS - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5ts + End Project Dependency +}}} + +############################################################################### diff --git a/win32/build/template.dsp b/win32/build/template.dsp new file mode 100644 index 00000000000..ce1b070d5a6 --- /dev/null +++ b/win32/build/template.dsp @@ -0,0 +1,81 @@ +# Microsoft Developer Studio Project File - Name="extname" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=extname - Win32 Status_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extname.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extname.mak" CFG="extname - Win32 Status_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extname - Win32 Status_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe +RE2C=re2c.exe + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "OUTPUTDIR" +# PROP BASE Intermediate_Dir "OUTPUTDIR" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "OUTPUTDIR" +# PROP Intermediate_Dir "OUTPUTDIR" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP BASECPP +# ADD CPP BASECPP LOCALCPP +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 BASELIBS +# ADD LINK32 BASELIBS LOCALLIBS BASELDFLAGS LOCALLDFLAGS OUTPATH + +# Begin Target +# Name "extname - Win32 Status_TS" + +# Begin Group "Source Files" +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + +CORESOURCES +SOURCEFILES +# End Group + +# Begin Group "Header Files" +# PROP Default_Filter "h;hpp;hxx;hm;inl" + +COREHEADERS +HEADERFILES +# End Group + +DEFS + +TEXTFILES + +# Begin Group "Resource Files" +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" + +RESOURCEFILES +# End Group +# End Target +# End Project diff --git a/win32/build/template.dsw b/win32/build/template.dsw new file mode 100644 index 00000000000..ac781664ff8 --- /dev/null +++ b/win32/build/template.dsw @@ -0,0 +1,63 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "TSRM"=..\TSRM\TSRM.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "Zend"=..\Zend\Zend.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency +}}} + +############################################################################### + +Project: "php5ts"=..\win32\php5ts.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency + Begin Project Dependency + Project_Dep_Name Zend + End Project Dependency +}}} + +############################################################################### +INSERT + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/win32/php5.dsp b/win32/php5.dsp new file mode 100644 index 00000000000..0b5b9a6d6b0 --- /dev/null +++ b/win32/php5.dsp @@ -0,0 +1,134 @@ +# Microsoft Developer Studio Project File - Name="php5" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=php5 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5.mak" CFG="php5 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "php5 - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "php5 - Win32 Release_inline" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release" +# PROP Intermediate_Dir "..\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindlib_w32" /I "..\TSRM" /D "NDEBUG" /D "_CONSOLE" /D ZEND_DEBUG=0 /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 php5nts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php.exe" /libpath:"..\Release" + +!ELSEIF "$(CFG)" == "php5 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "c:\php-fcgi" +# PROP Intermediate_Dir "..\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindlib_w32" /I "..\TSRM" /D "DEBUG" /D "_DEBUG" /D "_CONSOLE" /D "MSVC5" /D "PHP_WIN32" /D ZEND_DEBUG=1 /D "ZEND_WIN32" /D "WIN32" /D "_MBCS" /FR /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /i "c:\include" /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5nts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"c:\php-fcgi\php.exe" /pdbtype:sept /libpath:"..\Debug" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "php5 - Win32 Release_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5___Win32_Release_inline" +# PROP BASE Intermediate_Dir "php5___Win32_Release_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_inline" +# PROP Intermediate_Dir "..\Release_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "Zend" /I "." /I "regex\\" /I "..\bindlib_w32" /D "NDEBUG" /D "MSVC5" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /Fr /FD /c +# SUBTRACT BASE CPP /YX /Yc /Yu +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindlib_w32" /I "..\TSRM" /D "NDEBUG" /D "_CONSOLE" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5nts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release\php.exe" /libpath:"Release" +# ADD LINK32 php5nts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php.exe" /libpath:"..\Release_inline" + +!ENDIF + +# Begin Target + +# Name "php5 - Win32 Release" +# Name "php5 - Win32 Debug" +# Name "php5 - Win32 Release_inline" +# Begin Group "Source Files" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\sapi\cgi\cgi_main.c +# End Source File +# Begin Source File + +SOURCE=..\sapi\cgi\getopt.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter ".h" +# End Group +# End Target +# End Project diff --git a/win32/php5.dsw b/win32/php5.dsw new file mode 100644 index 00000000000..d6efc98ee23 --- /dev/null +++ b/win32/php5.dsw @@ -0,0 +1,107 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "TSRM"=..\TSRM\TSRM.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "Zend"=..\Zend\Zend.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency +}}} + +############################################################################### + +Project: "fastcgi"=..\sapi\fastcgi\fastcgi.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency + Begin Project Dependency + Project_Dep_Name Zend + End Project Dependency +}}} + +############################################################################### + +Project: "php5"=.\php5.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name Zend + End Project Dependency + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency +}}} + +############################################################################### + +Project: "php5dll"=.\php5dll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name Zend + End Project Dependency + Begin Project Dependency + Project_Dep_Name libmysql + End Project Dependency + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/win32/php5dll.dsp b/win32/php5dll.dsp new file mode 100644 index 00000000000..b0fad66c2fa --- /dev/null +++ b/win32/php5dll.dsp @@ -0,0 +1,1659 @@ +# Microsoft Developer Studio Project File - Name="php5dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5dll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5dll.mak" CFG="php5dll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5dll - Win32 Release_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "c:\php-fcgi\" +# PROP Intermediate_Dir "..\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "SAPI_EXPORTS" /D "TSRM_EXPORTS" /D "MSVC5" /D "PHP_WIN32" /D ZEND_DEBUG=1 /D "ZEND_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Zend.lib resolv.lib TSRM.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libc" /nodefaultlib:"libcmtd" /out:"c:\php-fcgi\php5nts_debug.dll" /pdbtype:sept /libpath:"..\TSRM\Debug" /libpath:"..\Zend\Debug" /libpath:"..\..\bindlib_w32\Debug" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release" +# PROP Intermediate_Dir "..\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex" /I "..\..\bindlib_w32" /I "..\TSRM" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLL_EXPORTS" /D "PHP_EXPORTS" /D "SAPI_EXPORTS" /D "LIBZEND_EXPORTS" /D ZEND_DEBUG=0 /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Zend.lib resolv.lib tsrm.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php5nts.dll" /libpath:"..\Zend\Release" /libpath:"..\TSRM\Release_TS" /libpath:"..\..\bindlib_w32\Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5dll___Win32_Release_inline" +# PROP BASE Intermediate_Dir "php5dll___Win32_Release_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_inline" +# PROP Intermediate_Dir "..\Release_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "Zend" /I "." /I "regex" /I "..\bindlib_w32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "SAPI_EXPORTS" /D ZEND_DEBUG=0 /D "TSRM_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "SAPI_EXPORTS" /D "TSRM_EXPORTS" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "MSVC5" /D "WIN32" /D "_MBCS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Zend.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"Release/php5nts.dll" /libpath:"TSRM\Release" /libpath:"Zend\Release" /libpath:"..\bindlib_w32\Release" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Zend.lib tsrm.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php5nts.dll" /libpath:"..\Zend\Release_inline" /libpath:"..\TSRM\Release_TS_inline" /libpath:"..\..\bindlib_w32\Release" + +!ENDIF + +# Begin Target + +# Name "php5dll - Win32 Debug" +# Name "php5dll - Win32 Release" +# Name "php5dll - Win32 Release_inline" +# Begin Group "Core" + +# PROP Default_Filter "" +# Begin Group "Source Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\css.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\cyr_convert.c +# End Source File +# Begin Source File + +SOURCE="..\main\fopen_wrappers.c" +# End Source File +# Begin Source File + +SOURCE=..\main\internal_functions_win32.c +# End Source File +# Begin Source File + +SOURCE=..\main\main.c +# End Source File +# Begin Source File + +SOURCE=..\main\mergesort.c +# End Source File +# Begin Source File + +SOURCE=..\main\network.c +# End Source File +# Begin Source File + +SOURCE=..\main\output.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_content_types.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_ini.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_logos.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_open_temporary_file.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_ticks.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_variables.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\proc_open.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\quot_print.c +# End Source File +# Begin Source File + +SOURCE=..\main\reentrancy.c +# End Source File +# Begin Source File + +SOURCE=..\main\rfc1867.c +# End Source File +# Begin Source File + +SOURCE=..\main\safe_mode.c +# End Source File +# Begin Source File + +SOURCE=..\main\SAPI.c +# End Source File +# Begin Source File + +SOURCE=..\main\snprintf.c +# End Source File +# Begin Source File + +SOURCE=..\main\spprintf.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams.c +# End Source File +# Begin Source File + +SOURCE=..\main\memory_streams.c +# End Source File +# Begin Source File + +SOURCE=..\main\user_streams.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\filters.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\user_filters.c +# End Source File +# Begin Source File + +SOURCE=..\main\strlcat.c +# End Source File +# Begin Source File + +SOURCE=..\main\strlcpy.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\config.w32.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\css.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\cyr_convert.h +# End Source File +# Begin Source File + +SOURCE=..\main\getopt.h +# End Source File +# Begin Source File + +SOURCE=..\main\logos.h +# End Source File +# Begin Source File + +SOURCE=..\main\main.h +# End Source File +# Begin Source File + +SOURCE=..\main\output.h +# End Source File +# Begin Source File + +SOURCE=..\main\php.h +# End Source File +# Begin Source File + +SOURCE=..\main\php3_compat.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_content_types.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_globals.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_ini.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_logos.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_open_temporary_file.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_realpath.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_ticks.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_variables.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\quot_print.h +# End Source File +# Begin Source File + +SOURCE=..\main\rfc1867.h +# End Source File +# Begin Source File + +SOURCE=..\main\safe_mode.h +# End Source File +# Begin Source File + +SOURCE=..\main\SAPI.h +# End Source File +# Begin Source File + +SOURCE=..\main\snprintf.h +# End Source File +# Begin Source File + +SOURCE=..\main\spprintf.h +# End Source File +# Begin Source File + +SOURCE=..\main\win95nt.h +# End Source File +# End Group +# End Group +# Begin Group "Function Modules" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\array.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\assert.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\base64.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\basic_functions.c +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\bcmath.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\browscap.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\crc32.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\credits.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\datetime.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dir.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dl.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dns.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\exec.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\file.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\filestat.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\flock_compat.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\formatted_print.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\fsock.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\ftp_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\head.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\html.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\http_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\image.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\incomplete_class.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\info.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\iptc.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\lcg.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\levenshtein.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\link.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\mail.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\math.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\md5.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\metaphone.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\microtime.c +# End Source File +# Begin Source File + +SOURCE=..\ext\session\mod_files.c +# End Source File +# Begin Source File + +SOURCE=..\ext\session\mod_user.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\pack.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\pageinfo.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\odbc\php_odbc.c +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\php_pcre.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# ADD CPP /D "STATIC" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\rand.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\reg.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\scanf.c +# End Source File +# Begin Source File + +SOURCE=..\ext\session\session.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\soundex.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\string.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\strnatcmp.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\syslog.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\type.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\uniqid.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url_scanner_ex.c +# ADD CPP /W2 +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\var.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\var_unserializer.c +# ADD CPP /W2 +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\versioning.c +# End Source File +# End Group +# Begin Group "Header Files No. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\base64.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\basic_functions.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\datetime.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dl.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dns.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\exec.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\file.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\flock_compat.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\fsock.h +# End Source File +# Begin Source File + +SOURCE=..\functions\global.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\head.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\html.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\md5.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\mime.h +# End Source File +# Begin Source File + +SOURCE=..\ext\session\mod_user.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\pageinfo.h +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\php_bcmath.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_dir.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_filestat.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_fopen_wrappers.h +# End Source File +# Begin Source File + +SOURCE=..\ext\ldap\php_ldap.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_mail.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_metaphone.h +# End Source File +# Begin Source File + +SOURCE=..\ext\odbc\php_odbc.h +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\php_pcre.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_string.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_syslog.h +# End Source File +# Begin Source File + +SOURCE=..\functions\phpdir.h +# End Source File +# Begin Source File + +SOURCE=..\functions\phpmath.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\reg.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\scanf.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\type.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\uniqid.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url_scanner_ex.h +# End Source File +# End Group +# Begin Group "Regular Expressions" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\regex\regcomp.c +# End Source File +# Begin Source File + +SOURCE=..\regex\regerror.c +# End Source File +# Begin Source File + +SOURCE=..\regex\regexec.c +# End Source File +# Begin Source File + +SOURCE=..\regex\regfree.c +# End Source File +# End Group +# Begin Group "PCRE" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 3" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\chartables.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# ADD CPP /D "STATIC" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\get.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# ADD CPP /D "STATIC" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\maketables.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# ADD CPP /D "STATIC" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# ADD CPP /D "STATIC" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\study.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# ADD CPP /D "STATIC" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files No. 3" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\internal.h +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre.h +# End Source File +# End Group +# End Group +# Begin Group "XML" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 4" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\ctype\ctype.c +# End Source File +# Begin Source File + +SOURCE=..\ext\overload\overload.c +# End Source File +# Begin Source File + +SOURCE=..\ext\tokenizer\tokenizer.c +# End Source File +# Begin Source File + +SOURCE=..\ext\wddx\wddx.c +# End Source File +# Begin Source File + +SOURCE=..\ext\xml\compat.c + +# End Source File +# Begin Source File + +SOURCE=..\ext\xml\xml.c +# End Source File +# End Group +# Begin Group "Header Files No. 4" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\xml\php_xml.h +# End Source File +# End Group +# End Group +# Begin Group "FTP" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 6" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\ftp\ftp.c +# End Source File +# Begin Source File + +SOURCE=..\ext\ftp\php_ftp.c +# End Source File +# End Group +# Begin Group "Header Files No. 6" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\ftp\ftp.h +# End Source File +# Begin Source File + +SOURCE=..\ext\ftp\php_ftp.h +# End Source File +# End Group +# End Group +# Begin Group "Calendar" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 7" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\calendar\cal_unix.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\calendar.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\dow.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\easter.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\french.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\gregor.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\jewish.c +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\julian.c +# End Source File +# End Group +# Begin Group "Header Files No. 7" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\calendar\php_calendar.h +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\sdncal.h +# End Source File +# End Group +# End Group +# Begin Group "bcmath" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 8" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\add.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\compare.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\debug.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\div.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\divmod.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\doaddsub.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\init.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\int2num.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\nearzero.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\neg.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\num2long.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\num2str.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\outofmem.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\output.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\raise.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\raisemod.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\recmul.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\rmzero.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\rt.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\str2num.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\sub.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\zero.c + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files No. 8" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\config.h + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\private.h + +!IF "$(CFG)" == "php5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "php5dll - Win32 Release_inline" + +# PROP Intermediate_Dir "..\Release_inline_bcmath" + +!ENDIF + +# End Source File +# End Group +# End Group +# End Group +# Begin Group "Win32" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\com\COM.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com\conversion.c +# End Source File +# Begin Source File + +SOURCE=..\win32\readdir.c +# End Source File +# Begin Source File + +SOURCE=..\win32\registry.c +# End Source File +# Begin Source File + +SOURCE=..\win32\sendmail.c +# End Source File +# Begin Source File + +SOURCE=..\win32\time.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com\VARIANT.c +# End Source File +# Begin Source File + +SOURCE=..\win32\wfile.c +# End Source File +# Begin Source File + +SOURCE=..\win32\winutil.c +# End Source File +# Begin Source File + +SOURCE=..\win32\wsyslog.c +# End Source File +# End Group +# Begin Group "Header Files No. 2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\com\com.h +# End Source File +# Begin Source File + +SOURCE=..\ext\com\conversion.h +# End Source File +# Begin Source File + +SOURCE=..\win32\grp.h +# End Source File +# Begin Source File + +SOURCE=..\win32\param.h +# End Source File +# Begin Source File + +SOURCE=..\ext\com\php_COM.h +# End Source File +# Begin Source File + +SOURCE=..\win32\php_registry.h +# End Source File +# Begin Source File + +SOURCE=..\ext\com\php_VARIANT.h +# End Source File +# Begin Source File + +SOURCE=..\ext\com\php_versioning.h +# End Source File +# Begin Source File + +SOURCE=..\win32\readdir.h +# End Source File +# Begin Source File + +SOURCE=..\win32\sendmail.h +# End Source File +# Begin Source File + +SOURCE=..\win32\syslog.h +# End Source File +# Begin Source File + +SOURCE=..\win32\time.h +# End Source File +# Begin Source File + +SOURCE=..\win32\unistd.h +# End Source File +# Begin Source File + +SOURCE=..\ext\com\variant.h +# End Source File +# Begin Source File + +SOURCE=..\win32\wfile.h +# End Source File +# End Group +# End Group +# Begin Group "Text Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ChangeLog +# End Source File +# Begin Source File + +SOURCE=..\LICENSE +# End Source File +# End Group +# Begin Group "Support" + +# PROP Default_Filter "" +# End Target +# End Project diff --git a/win32/php5dllts.dsp b/win32/php5dllts.dsp new file mode 100644 index 00000000000..250d450e3ba --- /dev/null +++ b/win32/php5dllts.dsp @@ -0,0 +1,2735 @@ +# Microsoft Developer Studio Project File - Name="php5dllts" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=php5dllts - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5dllts.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5dllts.mak" CFG="php5dllts - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5dllts - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5dllts - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5dllts - Win32 Release_TS_inline" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "php5dllts - Win32 Release_TSDbg" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "_DEBUG" /D ZEND_DEBUG=1 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_THREAD_ENABLED" /D "LIBXML_STATIC" /FR /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "_DEBUG" +# ADD RSC /l 0x40d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"msvcrt" /out:"..\Debug_TS\php5ts_debug.dll" /pdbtype:sept /libpath:"..\TSRM\Debug_TS" /libpath:"..\Zend\Debug_TS" /libpath:"..\..\bindlib_w32\Debug" /libpath:"Debug_TS" /libpath:"..\..\zlib\Debug" /libpath:"..\..\libxml\lib\Debug" /libpath:"..\ext\sqlite\Debug_TS" /libpath:"..\..\libiconv\lib" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_STATIC" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TS\php5ts.dll" /libpath:"..\TSRM\Release_TS" /libpath:"..\Zend\Release_TS" /libpath:"Release_TS" /libpath:"..\ext\sqlite\Release_TS" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\..\zlib\Release" /libpath:"..\..\libxml\lib\Release" /libpath:"..\..\libiconv\lib" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5dllts___Win32_Release_TS_inline" +# PROP BASE Intermediate_Dir "php5dllts___Win32_Release_TS_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "ZTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_THREAD_ENABLED" /D "LIBXML_STATIC" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"Release_TS/php5ts.dll" /libpath:"TSRM\Release_TS" /libpath:"Zend\Release_TS" /libpath:"..\bindlib_w32\Release" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TS_inline\php5ts.dll" /libpath:"..\TSRM\Release_TS_inline" /libpath:"..\Zend\Release_TS_inline" /libpath:"Release_TS_Inline" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\..\zlib\Release" /libpath:"..\..\libxml\lib\Release" /libpath:"..\..\libiconv\lib" /libpath:"..\ext\sqlite\Release_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5dllts___Win32_Release_TSDbg" +# PROP BASE Intermediate_Dir "php5dllts___Win32_Release_TSDbg" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TSDbg" +# PROP Intermediate_Dir "Release_TSDbg" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\..\zlib" /I "..\Zend" /I "..\TSRM" /I "..\..\libxml\include" /I "..\ext\sqlite\libsqlite\src" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS" /D "TSRM_EXPORTS" /D "SAPI_EXPORTS" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /D "LIBXML_THREAD_ENABLED" /D "LIBXML_STATIC" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40d /d "NDEBUG" +# ADD RSC /l 0x40d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib wsock32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"..\Release_TS\php5ts.dll" /libpath:"..\TSRM\Release_TS" /libpath:"..\Zend\Release_TS" /libpath:"..\..\bindlib_w32\Release" /libpath:"Release_TS" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib ws2_32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TSDbg\php5ts.dll" /libpath:"..\TSRM\Release_TSDbg" /libpath:"..\Zend\Release_TSDbg" /libpath:"Release_TSDbg" /libpath:"..\ext\sqlite\Release_TSDbg" /libpath:"..\..\bindlib_w32\Release" /libpath:"..\..\zlib\Release" /libpath:"..\..\libxml\lib\Release" /libpath:"..\..\libiconv\lib" + +!ENDIF + +# Begin Target + +# Name "php5dllts - Win32 Debug_TS" +# Name "php5dllts - Win32 Release_TS" +# Name "php5dllts - Win32 Release_TS_inline" +# Name "php5dllts - Win32 Release_TSDbg" +# Begin Group "Core" + +# PROP Default_Filter "" +# Begin Group "Source Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\css.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\cyr_convert.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\filters.c +# End Source File +# Begin Source File + +SOURCE="..\main\fopen_wrappers.c" +# End Source File +# Begin Source File + +SOURCE=.\globals.c +# End Source File +# Begin Source File + +SOURCE=..\main\internal_functions_win32.c +# End Source File +# Begin Source File + +SOURCE=..\main\main.c +# End Source File +# Begin Source File + +SOURCE=..\main\mergesort.c +# End Source File +# Begin Source File + +SOURCE=..\main\network.c +# End Source File +# Begin Source File + +SOURCE=..\main\output.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_content_types.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_ini.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_logos.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_open_temporary_file.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_scandir.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_sprintf.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_ticks.c +# End Source File +# Begin Source File + +SOURCE=..\main\php_variables.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\proc_open.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\quot_print.c +# End Source File +# Begin Source File + +SOURCE=..\main\reentrancy.c +# End Source File +# Begin Source File + +SOURCE=..\main\rfc1867.c +# End Source File +# Begin Source File + +SOURCE=..\main\safe_mode.c +# End Source File +# Begin Source File + +SOURCE=..\main\SAPI.c +# End Source File +# Begin Source File + +SOURCE=..\main\snprintf.c +# End Source File +# Begin Source File + +SOURCE=..\main\spprintf.c +# End Source File +# Begin Source File + +SOURCE=..\main\strlcat.c +# End Source File +# Begin Source File + +SOURCE=..\main\strlcpy.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\main\config.w32.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\css.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\cyr_convert.h +# End Source File +# Begin Source File + +SOURCE="..\main\fopen_wrappers.h" +# End Source File +# Begin Source File + +SOURCE=..\main\getopt.h +# End Source File +# Begin Source File + +SOURCE=..\main\logos.h +# End Source File +# Begin Source File + +SOURCE=..\main\output.h +# End Source File +# Begin Source File + +SOURCE=..\main\php.h +# End Source File +# Begin Source File + +SOURCE=..\main\php3_compat.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_compat.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_content_types.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_globals.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_ini.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_logos.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_main.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_open_temporary_file.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_output.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_regex.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_scandir.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_streams.h +# End Source File +# Begin Source File + +SOURCE=..\main\php_variables.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\quot_print.h +# End Source File +# Begin Source File + +SOURCE=..\main\rfc1867.h +# End Source File +# Begin Source File + +SOURCE=..\main\safe_mode.h +# End Source File +# Begin Source File + +SOURCE=..\main\SAPI.h +# End Source File +# Begin Source File + +SOURCE=..\main\snprintf.h +# End Source File +# Begin Source File + +SOURCE=..\main\spprintf.h +# End Source File +# Begin Source File + +SOURCE=..\main\win95nt.h +# End Source File +# End Group +# End Group +# Begin Group "Function Modules" + +# PROP Default_Filter "" +# Begin Group "PCRE" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 3" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_chartables.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_compile.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_exec.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_fullinfo.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_get.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_globals.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_info.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_ord2utf8.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_study.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_tables.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_try_flipped.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_ucp_searchfuncs.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_valid_utf8.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_version.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre_xclass.c +# ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=10000000 /D NEWLINE=10 /D "SUPPORT_UCP" /D MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=10000 /D MAX_DUPLENGTH=30000 /D "NO_RECURSE" +# End Source File +# End Group +# Begin Group "Header Files No. 3" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\internal.h +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\pcrelib\pcre.h +# End Source File +# End Group +# End Group +# Begin Group "DOM" + +# PROP Default_Filter "" +# Begin Group "DOM Source Files" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\dom\attr.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\cdatasection.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\characterdata.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\comment.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\document.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\documentfragment.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\documenttype.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\dom_iterators.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domconfiguration.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domerror.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domerrorhandler.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domexception.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domimplementation.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domimplementationlist.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domimplementationsource.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domlocator.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\domstringlist.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\element.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\entity.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\entityreference.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\namednodemap.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\namelist.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\node.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\nodelist.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\notation.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\php_dom.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\processinginstruction.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\string_extend.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\text.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\typeinfo.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\userdatahandler.c +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\xpath.c +# End Source File +# End Group +# Begin Group "DOM Header Files" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\dom\dom_ce.h +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\dom_fe.h +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\dom_properties.h +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\php_dom.h +# End Source File +# Begin Source File + +SOURCE=..\ext\dom\xml_common.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Group +# Begin Group "SimpleXML" + +# PROP Default_Filter "" +# Begin Group "SimpleXML Source Files" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\simplexml\simplexml.c +# End Source File +# End Group +# Begin Group "SimpleXML Header Files" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\simplexml\php_simplexml.h +# End Source File +# End Group +# Begin Group "Resource Files No. 1" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Group +# Begin Group "Regular Expressions" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\regex\regcomp.c +# End Source File +# Begin Source File + +SOURCE=..\regex\regerror.c +# End Source File +# Begin Source File + +SOURCE=..\regex\regexec.c +# End Source File +# Begin Source File + +SOURCE=..\regex\regfree.c +# End Source File +# End Group +# Begin Group "XML" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 4" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\xml\compat.c +# End Source File +# Begin Source File + +SOURCE=..\ext\ctype\ctype.c +# End Source File +# Begin Source File + +SOURCE=..\ext\tokenizer\tokenizer.c +# End Source File +# Begin Source File + +SOURCE=..\ext\wddx\wddx.c +# End Source File +# Begin Source File + +SOURCE=..\ext\xml\xml.c +# End Source File +# End Group +# Begin Group "Header Files No. 4" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\wddx\php_wddx.h +# End Source File +# Begin Source File + +SOURCE=..\ext\wddx\php_wddx_api.h +# End Source File +# Begin Source File + +SOURCE=..\ext\xml\php_xml.h +# End Source File +# End Group +# End Group +# Begin Group "FTP" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 6" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\ftp\ftp.c +# End Source File +# Begin Source File + +SOURCE=..\ext\ftp\php_ftp.c +# End Source File +# End Group +# Begin Group "Header Files No. 6" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\ftp\ftp.h +# End Source File +# Begin Source File + +SOURCE=..\ext\ftp\php_ftp.h +# End Source File +# End Group +# End Group +# Begin Group "Calendar" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 7" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\calendar\cal_unix.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\calendar.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\dow.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\easter.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\french.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\gregor.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\jewish.c +# PROP Intermediate_Dir "calendar" +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\julian.c +# PROP Intermediate_Dir "calendar" +# End Source File +# End Group +# Begin Group "Header Files No. 7" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\calendar\php_calendar.h +# End Source File +# Begin Source File + +SOURCE=..\ext\calendar\sdncal.h +# End Source File +# End Group +# End Group +# Begin Group "SPL" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 11" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\spl\php_spl.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_array.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_directory.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_engine.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_exceptions.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_functions.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_iterators.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_observer.c +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_sxe.c +# End Source File +# End Group +# Begin Group "Header Files No. 12" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\spl\php_spl.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_array.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_directory.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_engine.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_exceptions.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_functions.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_iterators.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_observer.h +# End Source File +# Begin Source File + +SOURCE=..\ext\spl\spl_sxe.h +# End Source File +# End Group +# End Group +# Begin Group "Reflection" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 12" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\reflection\php_reflection.c +# End Source File +# End Group +# Begin Group "Header Files No. 13" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\reflection\php_reflection.h +# End Source File +# End Group +# End Group +# Begin Group "XMLReader" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 13" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\xmlreader\php_xmlreader.c +# End Source File +# End Group +# Begin Group "Header Files No. 14" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\xmlreader\php_xmlreader.h +# End Source File +# End Group +# End Group +# Begin Group "XMLwriter" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 14" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\xmlwriter\php_xmlwriter.c +# End Source File +# End Group +# Begin Group "Header Files No. 15" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\xmlwriter\php_xmlwriter.h +# End Source File +# End Group +# End Group +# Begin Group "IConv" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 15" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\iconv\iconv.c +# ADD CPP /D "PHP_ICONV_EXPORTS" +# End Source File +# End Group +# Begin Group "Header Files No. 16" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\iconv\php_iconv.h +# End Source File +# End Group +# End Group +# Begin Group "bcmath" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 8" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\add.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\compare.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\debug.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\div.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\divmod.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\doaddsub.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\init.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\int2num.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\nearzero.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\neg.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\num2long.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\num2str.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\outofmem.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\output.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\raise.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\raisemod.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\recmul.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\rmzero.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\rt.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\str2num.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\sub.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\zero.c + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# ADD BASE CPP /I "..\ext\bcmath\libbcmath\src" +# ADD CPP /I "..\ext\bcmath\libbcmath\src" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files No. 8" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\config.h + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\libbcmath\src\private.h + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Debug_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# PROP BASE Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" +# PROP Intermediate_Dir "ext\bcmath\libbcmath\Release_TS" + +!ENDIF + +# End Source File +# End Group +# End Group +# Begin Group "zlib" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 10 Nr. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\zlib\zlib.c +# End Source File +# Begin Source File + +SOURCE=..\ext\zlib\zlib_filter.c +# End Source File +# Begin Source File + +SOURCE=..\ext\zlib\zlib_fopen_wrapper.c +# End Source File +# End Group +# Begin Group "Header Files No. 10 Nr. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\zlib\php_zlib.h +# End Source File +# End Group +# End Group +# Begin Group "Standard" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\array.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\assert.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\base64.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\basic_functions.c +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\bcmath.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\browscap.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\crc32.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\credits.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\crypt.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\datetime.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dir.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dl.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dns.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\exec.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\file.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\filestat.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\flock_compat.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\formatted_print.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\fsock.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\ftp_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\head.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\html.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\http.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\http_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\image.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\incomplete_class.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\info.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\iptc.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\lcg.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\levenshtein.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\link.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\mail.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\math.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\md5.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\metaphone.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\microtime.c +# End Source File +# Begin Source File + +SOURCE=..\ext\session\mod_files.c +# End Source File +# Begin Source File + +SOURCE=..\ext\session\mod_user.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\pack.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\pageinfo.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_fopen_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\odbc\php_odbc.c +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\php_pcre.c +# ADD CPP /D "STATIC" +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\rand.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\reg.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\scanf.c +# End Source File +# Begin Source File + +SOURCE=..\ext\session\session.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\sha1.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\soundex.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\streamsfuncs.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\string.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\strnatcmp.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\syslog.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\type.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\uniqid.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url_scanner_ex.c +# ADD CPP /W2 +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\uuencode.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\var.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\var_unserializer.c +# ADD CPP /W2 +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\versioning.c +# End Source File +# End Group +# Begin Group "Header Files No. 1" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\standard\base64.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\basic_functions.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\datetime.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dl.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\dns.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\exec.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\file.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\flock_compat.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\fsock.h +# End Source File +# Begin Source File + +SOURCE=..\functions\global.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\head.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\html.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\info.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\md5.h +# End Source File +# Begin Source File + +SOURCE=..\ext\session\mod_user.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\pageinfo.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_array.h +# End Source File +# Begin Source File + +SOURCE=..\ext\bcmath\php_bcmath.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_crypt.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_dir.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_filestat.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_fopen_wrappers.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_http.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_lcg.h +# End Source File +# Begin Source File + +SOURCE=..\ext\ldap\php_ldap.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_mail.h +# End Source File +# Begin Source File + +SOURCE=..\ext\odbc\php_odbc.h +# End Source File +# Begin Source File + +SOURCE=..\ext\odbc\php_odbc_includes.h +# End Source File +# Begin Source File + +SOURCE=..\ext\pcre\php_pcre.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_rand.h +# End Source File +# Begin Source File + +SOURCE=..\ext\session\php_session.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_string.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_sunfuncs.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\php_syslog.h +# End Source File +# Begin Source File + +SOURCE=..\functions\phpdir.h +# End Source File +# Begin Source File + +SOURCE=..\functions\phpmath.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\reg.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\scanf.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\sha1.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\type.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\uniqid.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url.h +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\url_scanner_ex.h +# End Source File +# End Group +# End Group +# Begin Group "SQLite" + +# PROP Default_Filter "" +# Begin Group "Header Files No. 5" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\sqlite\php_sqlite.h +# End Source File +# End Group +# Begin Group "Source Files No. 5" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\sqlite\sess_sqlite.c +# End Source File +# Begin Source File + +SOURCE=..\ext\sqlite\sqlite.c +# End Source File +# End Group +# End Group +# Begin Group "LIBXML" + +# PROP Default_Filter "" +# Begin Group "Header Files No. 10" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\libxml\php_libxml.h +# End Source File +# End Group +# Begin Group "Source Files No. 9" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\libxml\libxml.c +# End Source File +# End Group +# End Group +# Begin Group "Date" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 10" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\date\lib\astro.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\dow.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\parse_date.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\parse_tz.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\php_date.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\timelib.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\timelib_config.h.win32 + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +# Begin Custom Build +InputDir=\Projects\php-5.2\ext\date\lib +InputPath=..\ext\date\lib\timelib_config.h.win32 + +"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\timelib_config.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +# Begin Custom Build +InputDir=\Projects\php-5.2\ext\date\lib +InputPath=..\ext\date\lib\timelib_config.h.win32 + +"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\timelib_config.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +# Begin Custom Build +InputDir=\Projects\php-5.2\ext\date\lib +InputPath=..\ext\date\lib\timelib_config.h.win32 + +"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\timelib_config.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# Begin Custom Build +InputDir=\Projects\php-5.2\ext\date\lib +InputPath=..\ext\date\lib\timelib_config.h.win32 + +"..\ext\date\lib\timelib_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(InputDir)\timelib_config.h + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\tm2unixtime.c +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\unixtime2tm.c +# End Source File +# End Group +# Begin Group "Header Files No. 11" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\date\lib\astro.h +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\fallbackmap.h +# End Source File +# Begin Source File + +SOURCE=..\ext\date\php_date.h +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\timelib.h +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\timezonedb.h +# End Source File +# Begin Source File + +SOURCE=..\ext\date\lib\timezonemap.h +# End Source File +# End Group +# End Group +# End Group +# Begin Group "Win32" + +# PROP Default_Filter "" +# Begin Group "Source Files No. 2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\crypt_win32.c +# End Source File +# Begin Source File + +SOURCE=.\glob.c +# End Source File +# Begin Source File + +SOURCE=.\md5crypt.c +# End Source File +# Begin Source File + +SOURCE=..\win32\readdir.c +# End Source File +# Begin Source File + +SOURCE=..\win32\registry.c +# End Source File +# Begin Source File + +SOURCE=.\select.c +# End Source File +# Begin Source File + +SOURCE=..\win32\sendmail.c +# End Source File +# Begin Source File + +SOURCE=..\win32\time.c +# End Source File +# Begin Source File + +SOURCE=..\win32\wfile.c +# End Source File +# Begin Source File + +SOURCE=..\win32\winutil.c +# End Source File +# Begin Source File + +SOURCE=..\win32\wsyslog.c +# End Source File +# Begin Source File + +SOURCE=.\build\wsyslog.mc + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +# Begin Custom Build +InputDir=.\build +IntDir=.\Release_TSDbg +InputPath=.\build\wsyslog.mc + +"wsyslog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mc -h $(InputDir)/.. -r $(InputDir) -x $(IntDir) $(InputPath) + +# End Custom Build + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files No. 2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\crypt_win32.h +# End Source File +# Begin Source File + +SOURCE=.\glob.h +# End Source File +# Begin Source File + +SOURCE=..\win32\grp.h +# End Source File +# Begin Source File + +SOURCE=..\win32\param.h +# End Source File +# Begin Source File + +SOURCE=..\win32\php_registry.h +# End Source File +# Begin Source File + +SOURCE=..\win32\readdir.h +# End Source File +# Begin Source File + +SOURCE=.\select.h +# End Source File +# Begin Source File + +SOURCE=..\win32\sendmail.h +# End Source File +# Begin Source File + +SOURCE=..\win32\syslog.h +# End Source File +# Begin Source File + +SOURCE=..\win32\time.h +# End Source File +# Begin Source File + +SOURCE=..\win32\unistd.h +# End Source File +# Begin Source File + +SOURCE=..\win32\wfile.h +# End Source File +# Begin Source File + +SOURCE=.\winutil.h +# End Source File +# End Group +# End Group +# Begin Group "Text Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ChangeLog +# End Source File +# Begin Source File + +SOURCE=..\LICENSE +# End Source File +# Begin Source File + +SOURCE=..\NEWS +# End Source File +# Begin Source File + +SOURCE="..\php.ini-dist" +# End Source File +# Begin Source File + +SOURCE="..\php.ini-recommended" +# End Source File +# Begin Source File + +SOURCE="..\README.CVS-RULES" +# End Source File +# Begin Source File + +SOURCE=..\TODO +# End Source File +# End Group +# Begin Group "Support" + +# PROP Default_Filter "" +# End Group +# Begin Group "Streams" + +# PROP Default_Filter "" +# Begin Group "streams headers" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\main\streams\php_stream_context.h +# End Source File +# Begin Source File + +SOURCE=..\main\streams\php_stream_filter_api.h +# End Source File +# Begin Source File + +SOURCE=..\main\streams\php_stream_mmap.h +# End Source File +# Begin Source File + +SOURCE=..\main\streams\php_stream_plain_wrapper.h +# End Source File +# Begin Source File + +SOURCE=..\main\streams\php_stream_transport.h +# End Source File +# Begin Source File + +SOURCE=..\main\streams\php_stream_userspace.h +# End Source File +# Begin Source File + +SOURCE=..\main\streams\php_streams_int.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\main\streams\cast.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\filter.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\memory.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\mmap.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\plain_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\streams.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\transports.c +# End Source File +# Begin Source File + +SOURCE=..\ext\standard\user_filters.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\userspace.c +# End Source File +# Begin Source File + +SOURCE=..\main\streams\xp_socket.c +# End Source File +# End Group +# Begin Group "COM and DotNet" + +# PROP Default_Filter "" +# Begin Group "Header Files No. 9" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_saproxy.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_wrapper.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\php_com_dotnet.h +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\php_com_dotnet_internal.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_com.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_dotnet.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_extension.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_handlers.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_iterator.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_misc.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_olechar.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_persist.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_typeinfo.c +# End Source File +# Begin Source File + +SOURCE=..\ext\com_dotnet\com_variant.c +# End Source File +# End Group +# Begin Source File + +SOURCE=.\php5dllts.rc +# End Source File +# Begin Source File + +SOURCE=.\php5dllts.rc2 +# End Source File +# Begin Source File + +SOURCE=.\phpts.def + +!IF "$(CFG)" == "php5dllts - Win32 Debug_TS" + +USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" +# Begin Custom Build - Generating $(InputPath) +InputPath=.\phpts.def + +"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + builddef.bat > phpts.def + +# End Custom Build + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS" + +USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" +# Begin Custom Build - Generating $(InputPath) +InputPath=.\phpts.def + +"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + builddef.bat > phpts.def + +# End Custom Build + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TS_inline" + +USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" +# Begin Custom Build - Generating $(InputPath) +InputPath=.\phpts.def + +"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + builddef.bat > phpts.def + +# End Custom Build + +!ELSEIF "$(CFG)" == "php5dllts - Win32 Release_TSDbg" + +USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" "..\ext\libxml\php_libxml2.def" +# Begin Custom Build - Generating $(InputPath) +InputPath=.\phpts.def + +"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + builddef.bat > phpts.def + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/win32/php5dllts.rc b/win32/php5dllts.rc new file mode 100644 index 00000000000..2e01037eee3 --- /dev/null +++ b/win32/php5dllts.rc @@ -0,0 +1,126 @@ +//Microsoft Developer Studio generated resource script. + +// + +#include "resource.h" + + + +#define APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// + +// + +// Generated from the TEXTINCLUDE 2 resource. + +// + +#include "winres.h" + + + +///////////////////////////////////////////////////////////////////////////// + +#undef APSTUDIO_READONLY_SYMBOLS + + + +///////////////////////////////////////////////////////////////////////////// + +// English (U.S.) resources + + + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) + +#ifdef _WIN32 + +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +#pragma code_page(1252) + +#endif //_WIN32 + + + +#ifdef APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + +// + +// TEXTINCLUDE + +// + + + +1 TEXTINCLUDE DISCARDABLE + +BEGIN + + "resource.h\0" + +END + + + +2 TEXTINCLUDE DISCARDABLE + +BEGIN + + "#include ""php5dllts.rc2""\r\n" + + "\0" + +END + + + +3 TEXTINCLUDE DISCARDABLE + +BEGIN + + "\r\n" + + "\0" + +END + + + +#endif // APSTUDIO_INVOKED + + + +#endif // English (U.S.) resources + +///////////////////////////////////////////////////////////////////////////// + + + + + + + +#ifndef APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + +// + +// Generated from the TEXTINCLUDE 3 resource. + +// + +#include "php5dllts.rc2" + + + +///////////////////////////////////////////////////////////////////////////// + +#endif // not APSTUDIO_INVOKED + + + diff --git a/win32/php5dllts.rc2 b/win32/php5dllts.rc2 new file mode 100644 index 00000000000..b05f0af0dcb --- /dev/null +++ b/win32/php5dllts.rc2 @@ -0,0 +1,61 @@ +// +// php5dllts.RC2 - resources Microsoft Visual C++ does not edit directly +// + +#ifdef APSTUDIO_INVOKED + #error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// Add manually edited resources here... +#include "../main/php_version.h" + +#define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build +#define XSTRVER3(maj, min, rel) #maj "." #min "." #rel +#define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build) +#define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel) + +#ifndef _MAC +//Version +VS_VERSION_INFO VERSIONINFO + FILEVERSION PHP_MAJOR_VERSION,PHP_MINOR_VERSION,PHP_RELEASE_VERSION,PHP_RELEASE_VERSION + PRODUCTVERSION PHP_MAJOR_VERSION,PHP_MINOR_VERSION,PHP_RELEASE_VERSION,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_DLL + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "\0" + VALUE "CompanyName", "The PHP Group\0" + VALUE "FileDescription", "PHP Script Interpreter\0" + VALUE "FileVersion", STRVER4(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_RELEASE_VERSION) + VALUE "InternalName", "php\0" + VALUE "LegalCopyright", "Copyright © 1997-2007 The PHP Group\0" + VALUE "LegalTrademarks", "php\0" + VALUE "OriginalFilename", "php5ts.dll\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "PHP Thread Safe\0" + VALUE "ProductVersion", STRVER3(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION) + VALUE "SpecialBuild", PHP_EXTRA_VERSION "\0" + VALUE "URL", "http://www.php.net" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC + +///////////////////////////////////////////////////////////////////////////// diff --git a/win32/php5ts.dsp b/win32/php5ts.dsp new file mode 100644 index 00000000000..3736815127d --- /dev/null +++ b/win32/php5ts.dsp @@ -0,0 +1,191 @@ +# Microsoft Developer Studio Project File - Name="php5ts" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=php5ts - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5ts.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5ts.mak" CFG="php5ts - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5ts - Win32 Release_TS" (based on "Win32 (x86) Console Application") +!MESSAGE "php5ts - Win32 Debug_TS" (based on "Win32 (x86) Console Application") +!MESSAGE "php5ts - Win32 Release_TS_inline" (based on "Win32 (x86) Console Application") +!MESSAGE "php5ts - Win32 Release_TSDbg" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5ts - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /I "..\sapi\cgi\libfcgi\include" /D FCGI_STATIC=1 /D PHP_FASTCGI=1 /D "NDEBUG" /D ZEND_DEBUG=0 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 php5ts.lib winmm.lib ws2_32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\php.exe" /libpath:"..\Release_TS" + +!ELSEIF "$(CFG)" == "php5ts - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /I "..\sapi\cgi\libfcgi\include" /D FCGI_STATIC=1 /D PHP_FASTCGI=1 /D "DEBUG" /D "_DEBUG" /D ZEND_DEBUG=1 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /i "c:\include" /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 winmm.lib netapi32.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"..\Debug_TS/php.exe" /pdbtype:sept /libpath:"..\Debug_TS" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "php5ts - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5ts___Win32_Release_TS_inline" +# PROP BASE Intermediate_Dir "php5ts___Win32_Release_TS_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D "NDEBUG" /D "MSVC5" /D "_CONSOLE" /D "ZTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /Fr /FD /c +# SUBTRACT BASE CPP /YX /Yc /Yu +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /I "..\sapi\cgi\libfcgi\include" /D FCGI_STATIC=1 /D PHP_FASTCGI=1 /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release_TS\php.exe" /libpath:"Release_TS" +# ADD LINK32 php5ts.lib winmm.lib ws2_32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS_inline\php.exe" /libpath:"..\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5ts - Win32 Release_TSDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5ts___Win32_Release_TSDbg" +# PROP BASE Intermediate_Dir "php5ts___Win32_Release_TSDbg" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TSDbg" +# PROP Intermediate_Dir "Release_TSDbg" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT BASE CPP /YX /Yc /Yu +# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /I "..\sapi\cgi\libfcgi\include" /D FCGI_STATIC=1 /D PHP_FASTCGI=1 /D "NDEBUG" /D ZEND_DEBUG=0 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\php.exe" /libpath:"..\Release_TS" +# ADD LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Ws2_32.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TSDbg\php.exe" /libpath:"..\Release_TSDbg" + +!ENDIF + +# Begin Target + +# Name "php5ts - Win32 Release_TS" +# Name "php5ts - Win32 Debug_TS" +# Name "php5ts - Win32 Release_TS_inline" +# Name "php5ts - Win32 Release_TSDbg" +# Begin Group "Source Files" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\sapi\cgi\cgi_main.c +# End Source File +# Begin Source File + +SOURCE=..\sapi\cgi\fastcgi.c +# End Source File +# Begin Source File + +SOURCE=..\sapi\cgi\getopt.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\sapi\cgi\php_getopt.h +# End Source File +# End Group +# Begin Group "libfcgi" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\sapi\cgi\libfcgi\fcgiapp.c +# End Source File +# Begin Source File + +SOURCE=..\sapi\cgi\libfcgi\os_win32.c +# End Source File +# End Group +# Begin Source File + +SOURCE=.\php5ts.rc +# End Source File +# Begin Source File + +SOURCE=.\php5ts.rc2 +# End Source File +# End Target +# End Project diff --git a/win32/php5ts.dsw b/win32/php5ts.dsw new file mode 100644 index 00000000000..61ccd1c24bc --- /dev/null +++ b/win32/php5ts.dsw @@ -0,0 +1,227 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "EngineSelect"=.\EngineSelect.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "TSRM"=..\TSRM\TSRM.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ZendTS"=..\Zend\ZendTS.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency + Begin Project Dependency + Project_Dep_Name EngineSelect + End Project Dependency +}}} + +############################################################################### + +Project: "libsqlite"=..\ext\sqlite\libsqlite\src\libsqlite.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "php5aolserver"=..\sapi\aolserver\php5aolserver.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5apache"=..\sapi\apache\php5apache.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5apache2"=..\SAPI\APACHE2HANDLER\php5apache2.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5dllts"=.\php5dllts.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name ZendTS + End Project Dependency + Begin Project Dependency + Project_Dep_Name TSRM + End Project Dependency + Begin Project Dependency + Project_Dep_Name libsqlite + End Project Dependency +}}} + +############################################################################### + +Project: "php5isapi"=..\sapi\isapi\php5isapi.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5nsapi"=..\sapi\nsapi\php5nsapi.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5pi3web"=..\sapi\pi3web\php5pi3web.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5ts"=.\php5ts.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "php5ts_cli"=.\php5ts_cli.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5dllts + End Project Dependency +}}} + +############################################################################### + +Project: "testsuite"=.\testsuite.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php5ts + End Project Dependency +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/win32/php5ts.rc b/win32/php5ts.rc new file mode 100644 index 00000000000..d9a4aa541b1 --- /dev/null +++ b/win32/php5ts.rc @@ -0,0 +1,126 @@ +//Microsoft Developer Studio generated resource script. + +// + +#include "resource.h" + + + +#define APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// + +// + +// Generated from the TEXTINCLUDE 2 resource. + +// + +#include "winres.h" + + + +///////////////////////////////////////////////////////////////////////////// + +#undef APSTUDIO_READONLY_SYMBOLS + + + +///////////////////////////////////////////////////////////////////////////// + +// English (U.S.) resources + + + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) + +#ifdef _WIN32 + +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +#pragma code_page(1252) + +#endif //_WIN32 + + + +#ifdef APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + +// + +// TEXTINCLUDE + +// + + + +1 TEXTINCLUDE DISCARDABLE + +BEGIN + + "resource.h\0" + +END + + + +2 TEXTINCLUDE DISCARDABLE + +BEGIN + + "#include ""php5ts.rc2""\r\n" + + "\0" + +END + + + +3 TEXTINCLUDE DISCARDABLE + +BEGIN + + "\r\n" + + "\0" + +END + + + +#endif // APSTUDIO_INVOKED + + + +#endif // English (U.S.) resources + +///////////////////////////////////////////////////////////////////////////// + + + + + + + +#ifndef APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + +// + +// Generated from the TEXTINCLUDE 3 resource. + +// + +#include "php5ts.rc2" + + + +///////////////////////////////////////////////////////////////////////////// + +#endif // not APSTUDIO_INVOKED + + + diff --git a/win32/php5ts.rc2 b/win32/php5ts.rc2 new file mode 100644 index 00000000000..3a53a900ec3 --- /dev/null +++ b/win32/php5ts.rc2 @@ -0,0 +1,61 @@ +// +// php5dllts.RC2 - resources Microsoft Visual C++ does not edit directly +// + +#ifdef APSTUDIO_INVOKED + #error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// Add manually edited resources here... +#include "../main/php_version.h" + +#define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build +#define XSTRVER3(maj, min, rel) #maj "." #min "." #rel +#define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build) +#define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel) + +#ifndef _MAC +//Version +VS_VERSION_INFO VERSIONINFO + FILEVERSION PHP_MAJOR_VERSION,PHP_MINOR_VERSION,PHP_RELEASE_VERSION,PHP_RELEASE_VERSION + PRODUCTVERSION PHP_MAJOR_VERSION,PHP_MINOR_VERSION,PHP_RELEASE_VERSION,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "\0" + VALUE "CompanyName", "The PHP Group\0" + VALUE "FileDescription", "PHP Script Interpreter\0" + VALUE "FileVersion", STRVER4(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_RELEASE_VERSION) + VALUE "InternalName", "php-cgi\0" + VALUE "LegalCopyright", "Copyright © 1997-2007 The PHP Group\0" + VALUE "LegalTrademarks", "php\0" + VALUE "OriginalFilename", "php.exe\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "PHP Thread Safe CGI\0" + VALUE "ProductVersion", STRVER3(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION) + VALUE "SpecialBuild", PHP_EXTRA_VERSION "\0" + VALUE "URL", "http://www.php.net" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC + +///////////////////////////////////////////////////////////////////////////// diff --git a/win32/php5ts_cli.dsp b/win32/php5ts_cli.dsp new file mode 100644 index 00000000000..37a4113ad4e --- /dev/null +++ b/win32/php5ts_cli.dsp @@ -0,0 +1,175 @@ +# Microsoft Developer Studio Project File - Name="php5ts_cli" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=php5ts_cli - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "php5ts_cli.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "php5ts_cli.mak" CFG="php5ts_cli - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "php5ts_cli - Win32 Release_TS" (based on "Win32 (x86) Console Application") +!MESSAGE "php5ts_cli - Win32 Debug_TS" (based on "Win32 (x86) Console Application") +!MESSAGE "php5ts_cli - Win32 Release_TS_inline" (based on "Win32 (x86) Console Application") +!MESSAGE "php5ts_cli - Win32 Release_TSDbg" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "php5ts_cli - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TS" +# PROP Intermediate_Dir "Release_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\cli\php.exe" /libpath:"..\Release_TS" + +!ELSEIF "$(CFG)" == "php5ts_cli - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\Debug_TS" +# PROP Intermediate_Dir "Debug_TS" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "DEBUG" /D "_DEBUG" /D ZEND_DEBUG=1 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /FR /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /i "c:\include" /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 winmm.lib netapi32.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"..\Debug_TS\cli\php.exe" /pdbtype:sept /libpath:"..\Debug_TS" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "php5ts_cli - Win32 Release_TS_inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5ts___Win32_Release_TS_inline" +# PROP BASE Intermediate_Dir "php5ts___Win32_Release_TS_inline" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TS_inline" +# PROP Intermediate_Dir "Release_TS_inline" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D "NDEBUG" /D "MSVC5" /D "_CONSOLE" /D "ZTS" /D "WIN32" /D "_MBCS" /D ZEND_DEBUG=0 /Fr /FD /c +# SUBTRACT BASE CPP /YX /Yc /Yu +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release_TS\php.exe" /libpath:"Release_TS" +# ADD LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS_inline\cli\php.exe" /libpath:"..\Release_TS_inline" + +!ELSEIF "$(CFG)" == "php5ts_cli - Win32 Release_TSDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "php5ts___Win32_Release_TSDbg" +# PROP BASE Intermediate_Dir "php5ts___Win32_Release_TSDbg" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\Release_TSDbg" +# PROP Intermediate_Dir "Release_TSDbg" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT BASE CPP /YX /Yc /Yu +# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /D "NDEBUG" /D ZEND_DEBUG=0 /D "_CONSOLE" /D "MSVC5" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "WIN32" /D "_MBCS" /Fr /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\php.exe" /libpath:"..\Release_TS" +# ADD LINK32 php5ts.lib winmm.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TSDbg\php.exe" /libpath:"..\Release_TSDbg" + +!ENDIF + +# Begin Target + +# Name "php5ts_cli - Win32 Release_TS" +# Name "php5ts_cli - Win32 Debug_TS" +# Name "php5ts_cli - Win32 Release_TS_inline" +# Name "php5ts_cli - Win32 Release_TSDbg" +# Begin Group "Source Files" + +# PROP Default_Filter ".c" +# Begin Source File + +SOURCE=..\sapi\cli\getopt.c +# End Source File +# Begin Source File + +SOURCE=..\sapi\cli\php_cli.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter ".h" +# Begin Source File + +SOURCE=..\sapi\cli\php_getopt.h +# End Source File +# End Group +# Begin Source File + +SOURCE=.\php5ts_cli.rc +# End Source File +# Begin Source File + +SOURCE=.\php5ts_cli.rc2 +# End Source File +# End Target +# End Project diff --git a/win32/php5ts_cli.rc b/win32/php5ts_cli.rc new file mode 100644 index 00000000000..0053e0c7f2b --- /dev/null +++ b/win32/php5ts_cli.rc @@ -0,0 +1,126 @@ +//Microsoft Developer Studio generated resource script. + +// + +#include "resource.h" + + + +#define APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// + +// + +// Generated from the TEXTINCLUDE 2 resource. + +// + +#include "winres.h" + + + +///////////////////////////////////////////////////////////////////////////// + +#undef APSTUDIO_READONLY_SYMBOLS + + + +///////////////////////////////////////////////////////////////////////////// + +// English (U.S.) resources + + + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) + +#ifdef _WIN32 + +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +#pragma code_page(1252) + +#endif //_WIN32 + + + +#ifdef APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + +// + +// TEXTINCLUDE + +// + + + +1 TEXTINCLUDE DISCARDABLE + +BEGIN + + "resource.h\0" + +END + + + +2 TEXTINCLUDE DISCARDABLE + +BEGIN + + "#include ""php5ts_cli.rc2""\r\n" + + "\0" + +END + + + +3 TEXTINCLUDE DISCARDABLE + +BEGIN + + "\r\n" + + "\0" + +END + + + +#endif // APSTUDIO_INVOKED + + + +#endif // English (U.S.) resources + +///////////////////////////////////////////////////////////////////////////// + + + + + + + +#ifndef APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + +// + +// Generated from the TEXTINCLUDE 3 resource. + +// + +#include "php5ts_cli.rc2" + + + +///////////////////////////////////////////////////////////////////////////// + +#endif // not APSTUDIO_INVOKED + + + diff --git a/win32/php5ts_cli.rc2 b/win32/php5ts_cli.rc2 new file mode 100644 index 00000000000..517bd4ab349 --- /dev/null +++ b/win32/php5ts_cli.rc2 @@ -0,0 +1,61 @@ +// +// php5dllts.RC2 - resources Microsoft Visual C++ does not edit directly +// + +#ifdef APSTUDIO_INVOKED + #error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// Add manually edited resources here... +#include "../main/php_version.h" + +#define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build +#define XSTRVER3(maj, min, rel) #maj "." #min "." #rel +#define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build) +#define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel) + +#ifndef _MAC +//Version +VS_VERSION_INFO VERSIONINFO + FILEVERSION PHP_MAJOR_VERSION,PHP_MINOR_VERSION,PHP_RELEASE_VERSION,PHP_RELEASE_VERSION + PRODUCTVERSION PHP_MAJOR_VERSION,PHP_MINOR_VERSION,PHP_RELEASE_VERSION,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "\0" + VALUE "CompanyName", "The PHP Group\0" + VALUE "FileDescription", "PHP Script Interpreter\0" + VALUE "FileVersion", STRVER4(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_RELEASE_VERSION) + VALUE "InternalName", "php-cli\0" + VALUE "LegalCopyright", "Copyright © 1997-2006 The PHP Group\0" + VALUE "LegalTrademarks", "php\0" + VALUE "OriginalFilename", "php.exe\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "PHP Thread Safe Command Line Interface\0" + VALUE "ProductVersion", STRVER3(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION) + VALUE "SpecialBuild", PHP_EXTRA_VERSION "\0" + VALUE "URL", "http://www.php.net" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC + +///////////////////////////////////////////////////////////////////////////// diff --git a/win32/php_modules.dsw b/win32/php_modules.dsw new file mode 100644 index 00000000000..81f22fa44f2 --- /dev/null +++ b/win32/php_modules.dsw @@ -0,0 +1,473 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "bz2"=..\ext\bz2\bz2.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ctype"=..\ext\ctype\ctype.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "curl"=..\ext\curl\curl.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dba"=..\ext\dba\dba.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dbase"=..\ext\dbase\dbase.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dbx"=..\ext\dbx\dbx.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "exif"=..\ext\exif\exif.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fbsql"=..\ext\fbsql\fbsql.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fdf"=..\ext\fdf\fdf.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "filepro"=..\ext\filepro\filepro.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "gd"=..\ext\gd\gd.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "gettext"=..\ext\gettext\gettext.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "iconv"=..\ext\iconv\iconv.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ifx"=..\ext\informix\ifx.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "imap"=..\ext\imap\imap.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ingres"=..\ext\ingres_ii\ingres.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "interbase"=..\ext\interbase\interbase.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ldap"=..\ext\ldap\ldap.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mbstring"=..\ext\mbstring\mbstring.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mcrypt"=..\ext\mcrypt\mcrypt.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mcve"=..\ext\mcve\mcve.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mhash"=..\ext\mhash\mhash.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mime_magic"=..\ext\mime_magic\mime_magic.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ming"=..\ext\ming\ming.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "msql"=..\ext\msql\msql.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mssql"=..\ext\mssql\mssql.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mysql"=..\ext\mysql\mysql.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "oci8"=..\ext\oci8\oci8.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "openssl"=..\ext\openssl\openssl.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "oracle"=..\ext\oracle\oracle.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "pgsql"=..\ext\pgsql\pgsql.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "shmop"=..\ext\shmop\shmop.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "snmp"=..\ext\snmp\snmp.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "sockets"=..\ext\sockets\sockets.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "sybase_ct"=..\ext\sybase_ct\sybase_ct.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "tokenizer"=..\ext\tokenizer\tokenizer.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "xmlrpc"=..\ext\xmlrpc\xmlrpc.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "xsl"=..\ext\xsl\xsl.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/win32/testsuite.dsp b/win32/testsuite.dsp new file mode 100644 index 00000000000..5cd65622f5d --- /dev/null +++ b/win32/testsuite.dsp @@ -0,0 +1,150 @@ +# Microsoft Developer Studio Project File - Name="testsuite" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Generic Project" 0x010a + +CFG=testsuite - Win32 Debug_TS +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testsuite.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testsuite.mak" CFG="testsuite - Win32 Debug_TS" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testsuite - Win32 Release_TS_Inline" (based on "Win32 (x86) Generic Project") +!MESSAGE "testsuite - Win32 Release_TS" (based on "Win32 (x86) Generic Project") +!MESSAGE "testsuite - Win32 Release_TSDbg" (based on "Win32 (x86) Generic Project") +!MESSAGE "testsuite - Win32 Debug_TS" (based on "Win32 (x86) Generic Project") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +MTL=midl.exe + +!IF "$(CFG)" == "testsuite - Win32 Release_TS_Inline" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS_Inline" +# PROP BASE Intermediate_Dir "Release_TS_Inline" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS_Inline" +# PROP Intermediate_Dir "..\..\" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "testsuite - Win32 Release_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TS" +# PROP BASE Intermediate_Dir "Release_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TS" +# PROP Intermediate_Dir "..\..\" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "testsuite - Win32 Release_TSDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release_TSDbg" +# PROP BASE Intermediate_Dir "Release_TSDbg" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\Release_TSDbg" +# PROP Intermediate_Dir "..\..\" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "testsuite - Win32 Debug_TS" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug_TS" +# PROP BASE Intermediate_Dir "Debug_TS" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\Debug_TS" +# PROP Intermediate_Dir "..\..\" +# PROP Target_Dir "" + +!ENDIF + +# Begin Target + +# Name "testsuite - Win32 Release_TS_Inline" +# Name "testsuite - Win32 Release_TS" +# Name "testsuite - Win32 Release_TSDbg" +# Name "testsuite - Win32 Debug_TS" +# Begin Source File + +SOURCE=..\results.txt + +!IF "$(CFG)" == "testsuite - Win32 Release_TS_Inline" + +# PROP Intermediate_Dir "..\Release_TS_Inline" +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Running Testsuite, please wait... +IntDir=.\..\Release_TS_Inline +InputPath=..\results.txt + +"..\..\results.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + set TOP_BUILDDIR=Release_TS_inline + set TEST_DIR=tests + $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt + +# End Custom Build + +!ELSEIF "$(CFG)" == "testsuite - Win32 Release_TS" + +# PROP Intermediate_Dir "..\Release_TS" +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Running Testsuite, please wait... +IntDir=.\..\Release_TS +InputPath=..\results.txt + +"..\..\results.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + set TOP_BUILDDIR=Release_TS + set TEST_DIR=tests + $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt + +# End Custom Build + +!ELSEIF "$(CFG)" == "testsuite - Win32 Release_TSDbg" + +# PROP Intermediate_Dir "..\Release_TSDbg" +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Running Testsuite, please wait... +IntDir=.\..\Release_TSDbg +InputPath=..\results.txt + +"..\..\results.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + set TOP_BUILDDIR=Release_TSDbg + set TEST_DIR=tests + $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt + +# End Custom Build + +!ELSEIF "$(CFG)" == "testsuite - Win32 Debug_TS" + +# PROP Intermediate_Dir "..\Debug_TS" +# PROP Exclude_From_Build 1 + +!ENDIF + +# End Source File +# End Target +# End Project