From: Stig Bakken Date: Mon, 15 Oct 2001 05:47:07 +0000 (+0000) Subject: * fix Windows default include path X-Git-Tag: POST_PARAMETER_PARSING_API~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d86cc6efea7dddbc8b2753399f0af340f380a73;p=php * fix Windows default include path --- diff --git a/main/config.w32.h b/main/config.w32.h index 60c56db7a3..a00addf238 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -53,7 +53,7 @@ #define CONFIGURATION_FILE_PATH "php.ini" #define USE_CONFIG_FILE 1 -#define PHP_INCLUDE_PATH NULL +#define PHP_INCLUDE_PATH "." /* Undefine if you want stricter XML/SGML compliance by default */