Skip to content

Commit d058e30

Browse files
committed
fix test target for phpize
1 parent 159e5c1 commit d058e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/Makefile.phpize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _EXTENSION_DLL=$(PECL_TARGETS)
3434
_EXTENSION_DLL=$(EXT_TARGETS)
3535
!endif
3636

37-
test: set-test-env
37+
test: set-tmp-env
3838
"$(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)
3939

4040
!if $(MT) == ""

0 commit comments

Comments
 (0)