sniper Mon Oct 21 20:18:26 2002 EDT Modified files: /php4 Makefile.global Log: - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before you go and change something. # Index: php4/Makefile.global diff -u php4/Makefile.global:1.31 php4/Makefile.global:1.32 --- php4/Makefile.global:1.31 Mon Oct 21 20:03:49 2002 +++ php4/Makefile.global Mon Oct 21 20:18:26 2002 @@ -48,7 +48,7 @@ test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ - $(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/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