aboutsummaryrefslogtreecommitdiff
path: root/Examples/Makefile.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-12-06 08:35:22 +1300
committerOlly Betts <olly@survex.com>2016-12-06 08:35:22 +1300
commitfa785cdd46d1f6685a54715976e6644519fbc49c (patch)
treeec0f52b66c5ae173093c6c564afd9b0cdd70103e /Examples/Makefile.in
parent3546d096a79857c6ebfe6f150bd7a0f1d6bbd232 (diff)
downloadswig-fa785cdd46d1f6685a54715976e6644519fbc49c.tar.gz
[PHP7] Send errors to stderr so they escape RUNPIPE
Diffstat (limited to 'Examples/Makefile.in')
-rw-r--r--Examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index d43b2c55d..4db8c4c63 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -1197,7 +1197,7 @@ php_cpp: $(SRCDIR_SRCS)
# -----------------------------------------------------------------
php_run:
- $(RUNTOOL) $(PHP) -n -q -d extension_dir=. -d safe_mode=Off $(PHP_SCRIPT) $(RUNPIPE)
+ $(RUNTOOL) $(PHP) -n -q -d extension_dir=. -d safe_mode=Off -d display_errors=stderr $(PHP_SCRIPT) $(RUNPIPE)
# -----------------------------------------------------------------
# Version display