]> granicus.if.org Git - php/commitdiff
default install path is c:/php5 for PHP 5
authorWez Furlong <wez@php.net>
Thu, 4 Dec 2003 01:40:59 +0000 (01:40 +0000)
committerWez Furlong <wez@php.net>
Thu, 4 Dec 2003 01:40:59 +0000 (01:40 +0000)
main/config.w32.h

index 6b5db664b7591293d65ace85a01a07e674794a1f..5ca103213c4df402f06f84fc1e4e9cf7c29829f4 100644 (file)
@@ -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