jani Fri Aug 3 14:01:40 2007 UTC
Modified files:
/php-src Makefile.global
Log:
- Fix issue with broken shells
# I truly hate Solaris..
http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.84&r2=1.85&diff_format=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.84 php-src/Makefile.global:1.85
--- php-src/Makefile.global:1.84 Thu Jul 26 22:45:22 2007
+++ php-src/Makefile.global Fri Aug 3 14:01:40 2007
@@ -69,8 +69,8 @@
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 \
+ if test "x$(PHP_MODULES)" != "x"; then \
+ for i in $(PHP_MODULES)""; do \
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d
extension=$$dlname"; \
done; \
fi`
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php