summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-14 01:45:02 +0000
committerfoobar <sniper@php.net>2002-03-14 01:45:02 +0000
commitaba912e66fb382a31afa63c41a56f9765820d84c (patch)
treeeee1b8c4da58b3dd52039ca1d8c581c53b5c23e0
parent101667b33ef40feea650d6fc3617b6f547c28ad1 (diff)
downloadphp-git-aba912e66fb382a31afa63c41a56f9765820d84c.tar.gz
- Fixed bug: #16047, #15865, and propably a few more..
-rw-r--r--main/config.w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index bd8aeef5fc..0b1bf5060c 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -60,7 +60,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 */