From b71aff4f357e276efa7010a97b61bd1d63cd7fbb Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Fri, 13 Apr 2012 15:37:11 +0200 Subject: Initial PHP 5.4.0 compatibility --- tests/executor/negative_memory_limit.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/executor') diff --git a/tests/executor/negative_memory_limit.phpt b/tests/executor/negative_memory_limit.phpt index 8582cc9..7fad546 100644 --- a/tests/executor/negative_memory_limit.phpt +++ b/tests/executor/negative_memory_limit.phpt @@ -13,6 +13,6 @@ suhosin.log.sapi=2 ini_set("memory_limit", "-200000"); echo ini_get("memory_limit"), "\n"; ?> --EXPECTF-- -ALERT - script tried to increase memory_limit to %d bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 2) +ALERT - script tried to disable memory_limit by setting it to a negative value -%d bytes which is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2) 16M -- cgit v1.3