You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Failed to set memory_limit to unlimited. memory_limit (currently: "ZEND_LONG_FMT" bytes) cannot be set to unlimited if max_memory_limit ("ZEND_LONG_FMT" bytes) is not unlimited",
Copy file name to clipboardExpand all lines: tests/basic/gh17951_ini_parse_4.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ max_memory_limit=128M
11
11
echoini_get('max_memory_limit') . PHP_EOL;
12
12
echoini_get('memory_limit') . PHP_EOL;
13
13
--EXPECTF--
14
-
Fatal error: Failed to set memory_limit to unlimited. memory_limit (currently: %d bytes) cannot be set to unlimited ifmax_memory_limit (%d bytes) is not unlimited in %s
14
+
Warning: Failed to set memory_limit to unlimited. memory_limit (currently: %d bytes) cannot be set to unlimited ifmax_memory_limit (%d bytes) is not unlimited in %s
0 commit comments