From 61aa311e62cacdaa1b1d6a097aa365025b5e9477 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 14 Mar 2002 01:46:42 +0000 Subject: [PATCH] MFH fix for the include_path issue --- main/config.w32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/config.w32.h b/main/config.w32.h index 2f95a3301b..9b2d9279d0 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -56,7 +56,7 @@ #define CONFIGURATION_FILE_PATH "php.ini" #define USE_CONFIG_FILE 1 -#define PHP_INCLUDE_PATH "c:\\php4\\pear" +#define PHP_INCLUDE_PATH ".;c:\\php4\\pear" /* Undefine if you want stricter XML/SGML compliance by default */ -- 2.50.1