We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5ebed commit c3133aeCopy full SHA for c3133ae
main/main.c
@@ -330,7 +330,7 @@ static PHP_INI_MH(OnChangeMemoryLimit)
330
if (new_value) {
331
value = zend_ini_parse_uquantity_warn(new_value, entry->name);
332
} else {
333
- value = Z_L(1) << 30; /* effectively, no limit */
+ value = Z_L(1)<<30; /* effectively, no limit */
334
}
335
336
/* If max_memory_limit is not set to unlimited, verify change */
0 commit comments