diff options
| author | Ben Fuhrmannek | 2014-10-14 10:09:51 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-10-14 10:09:51 +0200 |
| commit | 82e8d0eb03fb3bd88062e99065f990b26fb9fc8b (patch) | |
| tree | 1df0307a474e42e031b5a7aafcf7bfe762de4b4a /tests/executor | |
| parent | c8724cde260e6c8bab4aefffffa1aa46f92a57ee (diff) | |
| parent | ff4edc6ecf463211c6527879d6b23f991fd5b73b (diff) | |
Merge branch 'buf2' (closes #52 and #54)
Conflicts:
tests/filter/suhosin_upload_disallow_binary_utf8.phpt
tests/filter/suhosin_upload_disallow_binary_utf8fail.phpt
tests/filter/suhosin_upload_remove_binary_utf8.phpt
tests/filter/suhosin_upload_remove_binary_utf8fail.phpt
Diffstat (limited to 'tests/executor')
| -rw-r--r-- | tests/executor/allow_symlink_off.phpt | 7 |
1 files changed, 5 insertions, 2 deletions
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 | |||
| 5 | --INI-- | 5 | --INI-- |
| 6 | error_reporting=E_ALL | 6 | error_reporting=E_ALL |
| 7 | open_basedir= | 7 | open_basedir= |
| 8 | suhosin.log.stdout=255 | ||
| 9 | suhosin.log.script=0 | ||
| 10 | suhosin.log.syslog=0 | 8 | suhosin.log.syslog=0 |
| 11 | suhosin.log.sapi=0 | 9 | suhosin.log.sapi=0 |
| 10 | suhosin.log.script=0 | ||
| 11 | suhosin.log.file=255 | ||
| 12 | suhosin.log.file.time=0 | ||
| 13 | suhosin.log.file.name={PWD}/suhosintest.$$.log.tmp | ||
| 14 | auto_append_file={PWD}/suhosintest.$$.log.tmp | ||
| 12 | suhosin.executor.allow_symlink=Off | 15 | suhosin.executor.allow_symlink=Off |
| 13 | --FILE-- | 16 | --FILE-- |
| 14 | <?php | 17 | <?php |
