helly Thu Jun 16 14:58:05 2005 EDT
Modified files:
/php-src Makefile.global
Log:
- No more memory_limit for running tests
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.54&r2=1.55&ty=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.54 php-src/Makefile.global:1.55
--- php-src/Makefile.global:1.54 Fri May 27 09:10:01 2005
+++ php-src/Makefile.global Thu Jun 16 14:58:04 2005
@@ -57,7 +57,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php