wez             Wed Dec  3 20:41:00 2003 EDT

  Modified files:              
    /php-src/main       config.w32.h 
  Log:
  default install path is c:/php5 for PHP 5
  
Index: php-src/main/config.w32.h
diff -u php-src/main/config.w32.h:1.81 php-src/main/config.w32.h:1.82
--- php-src/main/config.w32.h:1.81      Sat Nov 29 17:48:41 2003
+++ php-src/main/config.w32.h   Wed Dec  3 20:40:59 2003
@@ -2,22 +2,22 @@
        Build Configuration for Win32.
        This has only been tested with MS VisualC++ 6 (and later).
 
-       $Id: config.w32.h,v 1.81 2003/11/29 22:48:41 wez Exp $
+       $Id: config.w32.h,v 1.82 2003/12/04 01:40:59 wez Exp $
 */
 
 /* 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to