Browse Source

Hmm. -c options was there, but removed.

It is _needed_ for php.ini users uses buffer by default.
experimental/threaded
Yasuo Ohgaki 24 years ago
parent
commit
54fdd7a8f0
  1. 2
      Makefile.global

2
Makefile.global

@ -48,7 +48,7 @@ install-su: install-pear install-tester
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

Loading…
Cancel
Save