summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-03-23 11:26:26 +1300
committerOlly Betts <olly@survex.com>2021-03-23 11:47:19 +1300
commit9df60351e45055ea882d837af0de28ae95a0ee3e (patch)
tree87122232031de1fc4f7c51304a0e8f02bc6e8ad8
parente54d44c4be45fec4580b2a0ad2932bd329ecd003 (diff)
downloadswig-9df60351e45055ea882d837af0de28ae95a0ee3e.tar.gz
Don't pass -q when running CLI PHP in testsuite
This suppressed output of HTTP headers with PHP < 4.3, but in more recent versions it doesn't do anything for CLI PHP.
-rw-r--r--Examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index 86c946a30..838350921 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -1076,7 +1076,7 @@ php_cpp: $(SRCDIR_SRCS)
# -----------------------------------------------------------------
php_run:
- $(RUNTOOL) $(PHP) -n -q -d extension_dir=. -d display_errors=stderr $(PHP_SCRIPT) $(RUNPIPE)
+ $(RUNTOOL) $(PHP) -n -d extension_dir=. -d display_errors=stderr $(PHP_SCRIPT) $(RUNPIPE)
# -----------------------------------------------------------------
# Version display