diff options
author | Olly Betts <olly@survex.com> | 2021-03-22 15:42:52 +1300 |
---|---|---|
committer | Olly Betts <olly@survex.com> | 2021-03-22 15:42:52 +1300 |
commit | ecddf13ecbe5a52eadc80ab3cc23112683885070 (patch) | |
tree | 37f3bd7193630930dc8d6f313e6309d734ca086f /Examples | |
parent | b3bc87d5514be00f7d9c601650c0430d6de58b51 (diff) | |
download | swig-ecddf13ecbe5a52eadc80ab3cc23112683885070.tar.gz |
Stop trying to disable PHP safe_mode in testsuite
PHP no longer supports safe_mode (since PHP 5.4) so this doesn't do
anything for any PHP version we currently support!
Diffstat (limited to 'Examples')
-rw-r--r-- | Examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in index 3978a9598..86c946a30 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 safe_mode=Off -d display_errors=stderr $(PHP_SCRIPT) $(RUNPIPE) + $(RUNTOOL) $(PHP) -n -q -d extension_dir=. -d display_errors=stderr $(PHP_SCRIPT) $(RUNPIPE) # ----------------------------------------------------------------- # Version display |