From b3e0ade88ce863b452efc83d003485b64399e89a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:12:19 +0200 Subject: repo reorg --- php-5.2.7-tests-dashn.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 php-5.2.7-tests-dashn.patch (limited to 'php-5.2.7-tests-dashn.patch') diff --git a/php-5.2.7-tests-dashn.patch b/php-5.2.7-tests-dashn.patch new file mode 100644 index 0000000..8d70d03 --- /dev/null +++ b/php-5.2.7-tests-dashn.patch @@ -0,0 +1,11 @@ +--- php-5.2.7/Makefile.global.orig 2008-12-05 07:37:27.000000000 +0100 ++++ php-5.2.7/Makefile.global 2008-12-05 07:37:55.000000000 +0100 +@@ -67,7 +67,7 @@ + done; \ + fi + +-PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' ++PHP_TEST_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' + PHP_TEST_SHARED_EXTENSIONS = ` \ + if test "x$(PHP_MODULES)" != "x"; then \ + for i in $(PHP_MODULES)""; do \ -- cgit