]> granicus.if.org Git - php/commitdiff
* fix Windows default include path
authorStig Bakken <ssb@php.net>
Mon, 15 Oct 2001 05:47:07 +0000 (05:47 +0000)
committerStig Bakken <ssb@php.net>
Mon, 15 Oct 2001 05:47:07 +0000 (05:47 +0000)
main/config.w32.h

index 60c56db7a3316487698945301d21de8b234ca04e..a00addf238a11e1fbf0febd87ef65f7426938499 100644 (file)
@@ -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 */