derick          Tue Oct  8 03:57:29 2002 EDT

  Modified files:              
    /php4       Makefile.global 
  Log:
  - Drop dependency on fixed php.ini
  
  
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.29 php4/Makefile.global:1.30
--- php4/Makefile.global:1.29   Mon Sep 30 05:15:23 2002
+++ php4/Makefile.global        Tue Oct  8 03:57:29 2002
@@ -48,7 +48,7 @@
 
 test: $(SAPI_CLI_PATH)
        @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
-                       $(top_builddir)/$(SAPI_CLI_PATH) -c php.ini-dist 
$(top_srcdir)/run-tests.php $(TESTS)
+                       $(top_builddir)/$(SAPI_CLI_PATH) $(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