iliaa           Tue Oct 29 10:22:41 2002 EDT

  Modified files:              
    /php4       Makefile.global 
  Log:
  Allows 'make test' to run without being harassed by open_basedir & safe_mode.
  
  
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.36 php4/Makefile.global:1.37
--- php4/Makefile.global:1.36   Wed Oct 23 13:56:42 2002
+++ php4/Makefile.global        Tue Oct 29 10:22:41 2002
@@ -50,7 +50,7 @@
        @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
         TEST_PHP_SRCDIR=$(top_srcdir) \
         CC=$(CC) \
-                       $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php 
$(TESTS)
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 
+'safe_mode=0' $(top_srcdir)/run-tests.php $(TESTS)
 
 clean:
        find . -name \*.lo -o -name \*.o | xargs rm -f



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

Reply via email to