From 1014d78515a095940bf0a1c3f1485c5a30fd243b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 4 Oct 2002 05:22:13 +0000 Subject: [PATCH] Add PHP_CONFIG_FILE_SCAN_DIR. --- main/config.w32.h.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/config.w32.h.in b/main/config.w32.h.in index c6c1c050b0..66ad21a5e7 100644 --- a/main/config.w32.h.in +++ b/main/config.w32.h.in @@ -7,16 +7,17 @@ /* Default PHP / PEAR directories */ #define CONFIGURATION_FILE_PATH "php.ini" +#define PEAR_INSTALLDIR "c:\\php4\\pear" #define PHP_BINDIR "c:\\php4" -#define PHP_PREFIX "c:\\php4" #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" +#define PHP_CONFIG_FILE_SCAN_DIR "" #define PHP_DATADIR "c:\\php4" #define PHP_EXTENSION_DIR "c:\\php4" #define PHP_INCLUDE_PATH ".;c:\\php4\\pear" #define PHP_LIBDIR "c:\\php4" #define PHP_LOCALSTATEDIR "c:\\php4" +#define PHP_PREFIX "c:\\php4" #define PHP_SYSCONFDIR "c:\\php4" -#define PEAR_INSTALLDIR "c:\\php4\\pear" /* Enable / Disable BCMATH extension (default: enabled) */ #define WITH_BCMATH 1 -- 2.50.1