sniper Fri Jun 29 15:13:33 2007 UTC
Modified files:
/php-src Makefile.global
Log:
- More portable..
http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.80&r2=1.81&diff_format=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.80 php-src/Makefile.global:1.81
--- php-src/Makefile.global:1.80 Fri Jun 29 14:30:25 2007
+++ php-src/Makefile.global Fri Jun 29 15:13:33 2007
@@ -70,10 +70,9 @@
PHP_TEST_SETTINGS = -d 'open_basedir=' -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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php