]> granicus.if.org Git - php/commitdiff
MFH fix for the include_path issue
authorfoobar <sniper@php.net>
Thu, 14 Mar 2002 01:46:42 +0000 (01:46 +0000)
committerfoobar <sniper@php.net>
Thu, 14 Mar 2002 01:46:42 +0000 (01:46 +0000)
main/config.w32.h

index 2f95a3301bf13430dc9c69c5aa72cdcd2a2d7451..9b2d9279d0e22015f72d729e24565cc64d5f289f 100644 (file)
@@ -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 */