diff options
| author | Ben Fuhrmannek | 2022-04-19 12:43:18 +0200 |
|---|---|---|
| committer | jvoisin | 2022-07-12 22:43:51 +0200 |
| commit | 077e96b6319aaf26414d1d0eeb30eb4f144f0019 (patch) | |
| tree | 74304462942f8af5e883ddedb17131345ade631a /src/tests | |
| parent | 8795ce1a92d226e31668db2f6cfbd33b40632109 (diff) | |
allow file:// prefix in include() wich readonly_exec mode
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/deny_writable/deny_writable_execution.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/deny_writable/deny_writable_execution.phpt b/src/tests/deny_writable/deny_writable_execution.phpt index e65dc32..a629479 100644 --- a/src/tests/deny_writable/deny_writable_execution.phpt +++ b/src/tests/deny_writable/deny_writable_execution.phpt | |||
| @@ -40,4 +40,4 @@ unlink("$dir/non_writable_file.txt"); | |||
| 40 | unlink("$dir/writable_file.txt"); | 40 | unlink("$dir/writable_file.txt"); |
| 41 | ?> | 41 | ?> |
| 42 | --EXPECTF-- | 42 | --EXPECTF-- |
| 43 | Fatal error: [snuffleupagus][0.0.0.0][readonly_exec][drop] Attempted execution of a writable file (%a/deny_writable_execution.php). in %a/deny_writable_execution.php on line 2 | 43 | Fatal error: [snuffleupagus][0.0.0.0][readonly_exec][drop] Attempted execution of a writable file (%a/deny_writable_execution.php) in %a/deny_writable_execution.php on line 2 |
