From: Anatol Belski Date: Sat, 29 Oct 2016 01:17:29 +0000 (+0200) Subject: fix test run with autogenerated ini X-Git-Tag: php-7.1.0RC6~51^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddbcb2084aee71d1723b3ca39668010c1ba31124;p=php fix test run with autogenerated ini --- diff --git a/win32/build/Makefile b/win32/build/Makefile index a46dfe4375..3ca135a484 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -156,7 +156,7 @@ test: set-test-env "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe" !else test: set-test-env - "$(BUILD_DIR)\php.exe" -c $(PHP_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe" + "$(BUILD_DIR)\php.exe" -n -c $(PHP_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(BUILD_DIR)\php.exe" -n -c $(PHP_TEST_INI_PATH) $(TESTS) !endif build-snap: generated_files