helly           Thu Oct  6 15:51:47 2005 EDT

  Modified files:              
    /php-src    Makefile.global 
  Log:
  - Use run-tests.ph -u rather then defining the ini settings one by one
  
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.61&r2=1.62&ty=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.61 php-src/Makefile.global:1.62
--- php-src/Makefile.global:1.61        Tue Sep 20 05:21:11 2005
+++ php-src/Makefile.global     Thu Oct  6 15:51:47 2005
@@ -65,7 +65,7 @@
                TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
                TEST_PHP_SRCDIR=$(top_srcdir) \
                CC="$(CC)" \
-                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 
'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' 
$(top_srcdir)/run-tests.php -d 'unicode_semantics=on' -d 
'unicode.output_encoding=utf-8' $(TESTS); \
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 
'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' 
$(top_srcdir)/run-tests.php -u $(TESTS); \
        else \
                echo "ERROR: Cannot run tests without CLI sapi."; \
        fi

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

Reply via email to