Browse Source

let windows build with trans sid

PHP-4.0.5
Daniel Beulshausen 26 years ago
parent
commit
8b23529beb
  1. 3
      main/config.w32.h
  2. 24
      win32/php4dllts.dsp

3
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

24
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"

Loading…
Cancel
Save