diff options
author | Anatol Belski <ab@php.net> | 2017-08-07 16:45:41 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-08-07 16:45:41 +0200 |
commit | da966a93ac48762039085d2fad475ba5b777cbbc (patch) | |
tree | 9ad7f5cd1fcc6f4e057d8c6fb5e233a3665bd161 /win32 | |
parent | aee20e637a8510acea40feb083ad307bfcbdb758 (diff) | |
parent | d058e3091769b2debdfb2a8d957525dfc94a5e64 (diff) | |
download | php-git-da966a93ac48762039085d2fad475ba5b777cbbc.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix test target for phpize
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/Makefile.phpize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/Makefile.phpize b/win32/build/Makefile.phpize index d07ba2fc76..ddd1a7b5f1 100644 --- a/win32/build/Makefile.phpize +++ b/win32/build/Makefile.phpize @@ -34,7 +34,7 @@ _EXTENSION_DLL=$(PECL_TARGETS) _EXTENSION_DLL=$(EXT_TARGETS) !endif -test: set-test-env +test: set-tmp-env "$(PHP_PREFIX)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(PHP_PREFIX)\php.exe" -d extension=$(BUILD_DIR)\$(_EXTENSION_DLL) !if $(MT) == ""
|