diff options
| author | Stefan Esser | 2014-02-11 12:46:04 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-11 12:46:04 +0100 |
| commit | 42c620d0328867f31a9d33e827a31ca51f0dedb6 (patch) | |
| tree | 9f4e81ce55d06d29dd0f7ca78386058ae133fb47 /tests/executor | |
| parent | d9819967e4848bcc4c22273a7778863da2b3f3f6 (diff) | |
Fix memory_limit testcase for 64 bit systems
Diffstat (limited to 'tests/executor')
| -rw-r--r-- | tests/executor/memory_limit_64bit.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/executor/memory_limit_64bit.phpt b/tests/executor/memory_limit_64bit.phpt index e7529e8..35be80b 100644 --- a/tests/executor/memory_limit_64bit.phpt +++ b/tests/executor/memory_limit_64bit.phpt | |||
| @@ -36,8 +36,8 @@ ALERT - script tried to increase memory_limit to 2147483648 bytes which is above | |||
| 36 | 16M | 36 | 16M |
| 37 | ALERT - script tried to increase memory_limit to 3221225472 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 9) | 37 | ALERT - script tried to increase memory_limit to 3221225472 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 9) |
| 38 | 16M | 38 | 16M |
| 39 | ALERT - script tried to increase memory_limit to 0 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 10) | 39 | ALERT - script tried to increase memory_limit to 4294967296 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 10) |
| 40 | 16M | 40 | 16M |
| 41 | ALERT - script tried to increase memory_limit to 1073741824 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 11) | 41 | ALERT - script tried to increase memory_limit to 5368709120 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 11) |
| 42 | 16M | 42 | 16M |
| 43 | 43 | ||
