]> granicus.if.org Git - php/commitdiff
- Fix #29085, bad default include_path on Windows
authorPierre Joye <pajoye@php.net>
Thu, 2 Dec 2010 23:23:14 +0000 (23:23 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 2 Dec 2010 23:23:14 +0000 (23:23 +0000)
win32/build/config.w32

index f2063b2e99474244f9513a6304b6729acf80f4a1..4b29cd925bf11e089fbc8112d9c114c824926c18 100644 (file)
@@ -104,7 +104,7 @@ ARG_ENABLE('zts', 'Thread safety', 'yes');
 // Configures the hard-coded installation dir
 ARG_ENABLE('prefix', 'where PHP will be installed', '');
 if (PHP_PREFIX == '') {
-       PHP_PREFIX = "C:\\php" + PHP_VERSION;
+       PHP_PREFIX = "C:\\php";
        if (PHP_DEBUG == "yes")
                PHP_PREFIX += "\\debug";
 }