From ff4edc6ecf463211c6527879d6b23f991fd5b73b Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 6 Oct 2014 17:36:23 +0200 Subject: restructured error output in unittests. (issues #52 + #54) --- tests/executor/allow_symlink_off.phpt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/executor') diff --git a/tests/executor/allow_symlink_off.phpt b/tests/executor/allow_symlink_off.phpt index 782d818..8abdee8 100644 --- a/tests/executor/allow_symlink_off.phpt +++ b/tests/executor/allow_symlink_off.phpt @@ -5,10 +5,13 @@ suhosin.executor.allow_symlink=Off --INI-- error_reporting=E_ALL open_basedir= -suhosin.log.stdout=255 -suhosin.log.script=0 suhosin.log.syslog=0 suhosin.log.sapi=0 +suhosin.log.script=0 +suhosin.log.file=255 +suhosin.log.file.time=0 +suhosin.log.file.name={PWD}/suhosintest.$$.log.tmp +auto_append_file={PWD}/suhosintest.$$.log.tmp suhosin.executor.allow_symlink=Off --FILE--