Changes between Version 1 and Version 15 of Ticket #37680
- Timestamp:
- 08/29/2016 03:12:07 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37680
- Property Owner set to dd32
-
Property
Status
changed from
new
toreopened
- Property Keywords commit added
-
Ticket #37680 – Description
v1 v15 14 14 - WSOD - Single-site installs will not increase their memory limit to 40M, multisite will fail to increase to 64M, both of these could cause WSOD if the memory limit was set arbitrarily low and the site was running plugins which use a lot of memory. 15 15 16 We should fix this to at least not present with a PHP Warning, although I recognise that almost any function could be in the `disable_ plugin` setting, some (such as `phpinfo()` and `ini_*`) are historically much more likely to be there.16 We should fix this to at least not present with a PHP Warning, although I recognise that almost any function could be in the `disable_functions` setting, some (such as `phpinfo()` and `ini_*`) are historically much more likely to be there. 17 17 18 18 See #32075 for introduction.