From: Antony Dovgal Date: Fri, 29 Jun 2007 11:47:30 +0000 (+0000) Subject: remove the quotes in for X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=997dd6db8a359c5ea465fe648a2de8930799c3b9;p=php remove the quotes in for --- diff --git a/Makefile.global b/Makefile.global index 422bb44d3f..a9dc601bd9 100644 --- a/Makefile.global +++ b/Makefile.global @@ -67,7 +67,7 @@ install-headers: 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_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 'output_buffering=0' -d 'memory_limit=-1' test: all