summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-08-07 16:45:41 +0200
committerAnatol Belski <ab@php.net>2017-08-07 16:45:41 +0200
commitda966a93ac48762039085d2fad475ba5b777cbbc (patch)
tree9ad7f5cd1fcc6f4e057d8c6fb5e233a3665bd161
parentaee20e637a8510acea40feb083ad307bfcbdb758 (diff)
parentd058e3091769b2debdfb2a8d957525dfc94a5e64 (diff)
downloadphp-git-da966a93ac48762039085d2fad475ba5b777cbbc.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: fix test target for phpize
-rw-r--r--win32/build/Makefile.phpize2
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) == ""