Skip to content

Commit

Permalink
Make phpize use PHP_PREFIX as the default location (windows)
Browse files Browse the repository at this point in the history
The default path to where an extension is installed should be
PHP_PREFIX/ext on windows.
  • Loading branch information
y-uti authored and weltling committed Jul 25, 2016
1 parent 72ac8cf commit 3f84265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/config.w32.phpize.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f84265

Please sign in to comment.