tony2001                Fri Jun 29 11:47:30 2007 UTC

  Modified files:              
    /php-src    Makefile.global 
  Log:
  remove the quotes in for
  
  
http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.78&r2=1.79&diff_format=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.78 php-src/Makefile.global:1.79
--- php-src/Makefile.global:1.78        Fri Jun 29 09:14:42 2007
+++ php-src/Makefile.global     Fri Jun 29 11:47:30 2007
@@ -67,7 +67,7 @@
                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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to