summaryrefslogtreecommitdiffstats
path: root/php-5.2.7-tests-dashn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-5.2.7-tests-dashn.patch')
-rw-r--r--php-5.2.7-tests-dashn.patch11
1 files changed, 11 insertions, 0 deletions
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 \