summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-06-29 09:14:49 +0000
committerAntony Dovgal <tony2001@php.net>2007-06-29 09:14:49 +0000
commit9f4ff35af0468d3f53ff334829f3d4c40f4819c3 (patch)
tree8401f01a41a99f41b8eaf8347c267bcd0f550cbd /Makefile.global
parent952a281aecaac8c950392c8fc6f48e22a798038e (diff)
downloadphp-git-9f4ff35af0468d3f53ff334829f3d4c40f4819c3.tar.gz
MFH
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index d1160a895e..28a67f495f 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -69,7 +69,7 @@ install-headers:
install-su: install-pear
-PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n '-d extension=$$dlname '; done; fi;)`
+PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
PHP_TEST_SETTINGS=-d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1'
test: all