From 3f842655dbb6af84437175243fa6bef586302649 Mon Sep 17 00:00:00 2001 From: y-uti Date: Sat, 26 Mar 2016 18:56:25 +0900 Subject: [PATCH] Make phpize use PHP_PREFIX as the default location (windows) The default path to where an extension is installed should be PHP_PREFIX/ext on windows. --- win32/build/config.w32.phpize.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in index 5b211f804ec91..d5cec2c178dae 100644 --- a/win32/build/config.w32.phpize.in +++ b/win32/build/config.w32.phpize.in @@ -150,7 +150,7 @@ if (VCVERS >= 1400) { } } -ARG_WITH('prefix', 'PHP installation prefix', ''); +ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX); ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto'); if (VCVERS >= 1500 && PHP_MP != 'disable') { // no from disable-all