Changes between Initial Version and Version 9 of Ticket #23251
- Timestamp:
- 02/02/2013 03:14:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23251
-
Property
Version
changed from
trunkto2.5 -
Property
Summary
changed from
Fixed bug where Wordpress tries to unnecessarily set the memory limittoWordPress tries to unnecessarily set the memory limit -
Property
Milestone
changed from
Awaiting Reviewto3.6
-
Property
Version
changed from
-
Ticket #23251 – Description
initial v9 1 Fixed bug where Wordpress tries to unnecessarily set the memory limit when a value like '2G' is used instead of '2048M'.1 Fixed bug where !WordPress tries to unnecessarily set the memory limit when a value like '2G' is used instead of '2048M'. 2 2 3 3 See bad code & good code over at Github, which is what you should be using for stuff like this; https://github.com/WordPress/WordPress/pull/26