summaryrefslogtreecommitdiff
path: root/tests/executor
diff options
context:
space:
mode:
authorStefan Esser2014-02-11 12:46:04 +0100
committerStefan Esser2014-02-11 12:46:04 +0100
commit42c620d0328867f31a9d33e827a31ca51f0dedb6 (patch)
tree9f4e81ce55d06d29dd0f7ca78386058ae133fb47 /tests/executor
parentd9819967e4848bcc4c22273a7778863da2b3f3f6 (diff)
Fix memory_limit testcase for 64 bit systems
Diffstat (limited to 'tests/executor')
-rw-r--r--tests/executor/memory_limit_64bit.phpt4
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
3616M 3616M
37ALERT - script tried to increase memory_limit to 3221225472 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 9) 37ALERT - script tried to increase memory_limit to 3221225472 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 9)
3816M 3816M
39ALERT - script tried to increase memory_limit to 0 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 10) 39ALERT - script tried to increase memory_limit to 4294967296 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 10)
4016M 4016M
41ALERT - script tried to increase memory_limit to 1073741824 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 11) 41ALERT - script tried to increase memory_limit to 5368709120 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 11)
4216M 4216M
43 43