From: foobar Date: Thu, 14 Mar 2002 01:46:42 +0000 (+0000) Subject: MFH fix for the include_path issue X-Git-Tag: php-4.2.0RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61aa311e62cacdaa1b1d6a097aa365025b5e9477;p=php MFH fix for the include_path issue --- 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 */