From fa785cdd46d1f6685a54715976e6644519fbc49c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 6 Dec 2016 08:35:22 +1300 Subject: [PATCH] [PHP7] Send errors to stderr so they escape RUNPIPE --- Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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