yohgaki Mon Oct 21 20:03:49 2002 EDT
Modified files:
/php4 Makefile.global
Log:
Hmm. -c options was there, but removed.
It is _needed_ for php.ini users uses buffer by default.
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.30 php4/Makefile.global:1.31
--- php4/Makefile.global:1.30 Tue Oct 8 03:57:29 2002
+++ php4/Makefile.global Mon Oct 21 20:03:49 2002
@@ -48,7 +48,7 @@
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
- $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php
$(TESTS)
+ $(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/php.ini-dist
+$(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