From e5df7fa8b2762500804580b37271a80c3bda44a7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 16 Jun 2005 18:58:04 +0000 Subject: [PATCH] - No more memory_limit for running tests --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.global b/Makefile.global index a95150990b..160dc5b6a0 100644 --- a/Makefile.global +++ b/Makefile.global @@ -57,7 +57,7 @@ test: TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ CC="$(CC)" \ - $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS); \ + $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS); \ else \ echo "ERROR: Cannot run tests without CLI sapi."; \ fi -- 2.50.1