From: foobar Date: Fri, 29 Jun 2007 15:13:40 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.4RC1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5b21a95e153e7de4f8d9c62cf3c872ffdb80f22;p=php MFH --- diff --git a/Makefile.global b/Makefile.global index b46ff2d73d..ad3ddd26c5 100644 --- a/Makefile.global +++ b/Makefile.global @@ -72,10 +72,9 @@ install-su: install-pear PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' PHP_TEST_SHARED_EXTENSIONS = ` \ if test "$(PHP_MODULES)"; then \ - for i in "$(PHP_MODULES)"; do \ - . $$i; shared_exts="$$exts -d extension=$$dlname"; \ + for i in $(PHP_MODULES); do \ + . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ done; \ - echo $$shared_exts; \ fi` test: all