summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-04 01:40:59 +0000
committerWez Furlong <wez@php.net>2003-12-04 01:40:59 +0000
commit35117fdf1be8fa497b7cbc34d7692e4aae6c9f29 (patch)
tree007338fc83cedf4052224e201e72969d7b58acae /main
parentfb84259217927e60e96f1c2bf59141def3236c21 (diff)
downloadphp-git-35117fdf1be8fa497b7cbc34d7692e4aae6c9f29.tar.gz
default install path is c:/php5 for PHP 5
Diffstat (limited to 'main')
-rw-r--r--main/config.w32.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 6b5db664b7..5ca103213c 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -7,17 +7,17 @@
/* Default PHP / PEAR directories */
#define CONFIGURATION_FILE_PATH "php.ini"
-#define PEAR_INSTALLDIR "c:\\php4\\pear"
-#define PHP_BINDIR "c:\\php4"
+#define PEAR_INSTALLDIR "c:\\php5\\pear"
+#define PHP_BINDIR "c:\\php5"
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
#define PHP_CONFIG_FILE_SCAN_DIR ""
-#define PHP_DATADIR "c:\\php4"
-#define PHP_EXTENSION_DIR "c:\\php4"
-#define PHP_INCLUDE_PATH ".;c:\\php4\\pear"
-#define PHP_LIBDIR "c:\\php4"
-#define PHP_LOCALSTATEDIR "c:\\php4"
-#define PHP_PREFIX "c:\\php4"
-#define PHP_SYSCONFDIR "c:\\php4"
+#define PHP_DATADIR "c:\\php5"
+#define PHP_EXTENSION_DIR "c:\\php5"
+#define PHP_INCLUDE_PATH ".;c:\\php5\\pear"
+#define PHP_LIBDIR "c:\\php5"
+#define PHP_LOCALSTATEDIR "c:\\php5"
+#define PHP_PREFIX "c:\\php5"
+#define PHP_SYSCONFDIR "c:\\php5"
/* Enable / Disable BCMATH extension (default: enabled) */
#define WITH_BCMATH 1