From: Daniel Beulshausen Date: Mon, 18 Sep 2000 17:23:45 +0000 (+0000) Subject: let windows build with trans sid X-Git-Tag: php-4.0.3RC1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b23529beb435f286b1cf3e272b05d3a50d26ecd;p=php let windows build with trans sid --- diff --git a/main/config.w32.h b/main/config.w32.h index 2d78345445..ddf8b6953c 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -28,6 +28,9 @@ /* set to enable the crypt command */ #define HAVE_CRYPT 0 +/* set to enable trans sid */ +#define TRANS_SID 1 + /* should be added to runtime config*/ #define PHP_URL_FOPEN 1 diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index d1008123b3..ef16dd7c70 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -165,6 +165,10 @@ SOURCE=..\main\php_ini.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 @@ -265,6 +269,10 @@ SOURCE=..\main\php_ini.h # End Source File # Begin Source File +SOURCE=..\main\php_open_temporary_file.h +# End Source File +# Begin Source File + SOURCE=..\main\php_regex.h # End Source File # Begin Source File @@ -292,14 +300,6 @@ SOURCE=..\main\SAPI.h SOURCE=..\main\win95nt.h # End Source File # End Group -# Begin Source File - -SOURCE=..\main\php_open_temporary_file.c -# End Source File -# Begin Source File - -SOURCE=..\main\php_open_temporary_file.h -# End Source File # End Group # Begin Group "Function Modules" @@ -522,6 +522,10 @@ SOURCE=..\ext\standard\url.c # End Source File # Begin Source File +SOURCE=..\ext\standard\url_scanner.c +# End Source File +# Begin Source File + SOURCE=..\ext\standard\var.c # End Source File # End Group @@ -684,6 +688,10 @@ SOURCE=..\ext\standard\uniqid.h SOURCE=..\ext\standard\url.h # End Source File +# Begin Source File + +SOURCE=..\ext\standard\url_scanner.h +# End Source File # End Group # Begin Group "PCRE"