Skip to content

Commit 3f84265

Browse files
y-utiweltling
authored andcommitted
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.
1 parent 72ac8cf commit 3f84265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32.phpize.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if (VCVERS >= 1400) {
150150
}
151151
}
152152

153-
ARG_WITH('prefix', 'PHP installation prefix', '');
153+
ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
154154
ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
155155
if (VCVERS >= 1500 && PHP_MP != 'disable') {
156156
// no from disable-all

0 commit comments

Comments
 (0)