tony2001                Fri Jun 29 09:14:43 2007 UTC

  Modified files:              
    /php-src    Makefile.global 
  Log:
  fix `make test` with shared extensions
  
  # ok, this is the last ksh-related fix. 
  # it seems to be completely impossible to make it work, so I won't even try 
to do it anymore.
  # complain to Sun and ksh authors if you have any problems.
  
  
http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.77&r2=1.78&diff_format=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.77 php-src/Makefile.global:1.78
--- php-src/Makefile.global:1.77        Wed Jun 27 22:17:31 2007
+++ php-src/Makefile.global     Fri Jun 29 09:14:42 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