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

This commit is contained in:
Sebastian Bergmann 2002-06-07 15:30:13 +00:00
parent 49446bb216
commit 874cdf43a6

View File

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