Browse Source

Unbreak build by setting PHP_PREFIX to c:\php4 for now.

experimental/new_apache_hooks
Sebastian Bergmann 24 years ago
parent
commit
874cdf43a6
  1. 1
      main/config.w32.h.in

1
main/config.w32.h.in

@ -8,6 +8,7 @@
/* Default PHP / PEAR directories */ /* Default PHP / PEAR directories */
#define CONFIGURATION_FILE_PATH "php.ini" #define CONFIGURATION_FILE_PATH "php.ini"
#define PHP_BINDIR "c:\\php4" #define PHP_BINDIR "c:\\php4"
#define PHP_PREFIX "c:\\php4"
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
#define PHP_DATADIR "c:\\php4" #define PHP_DATADIR "c:\\php4"
#define PHP_EXTENSION_DIR "c:\\php4" #define PHP_EXTENSION_DIR "c:\\php4"

Loading…
Cancel
Save