[wp-trac] [WordPress Trac] #29557: No Data Received - long post rendering issue (was: PHP Crash on Large Block of HTML)
WordPress Trac
noreply at wordpress.org
Sat Sep 6 16:30:23 UTC 2014
#29557: No Data Received - long post rendering issue
---------------------------+------------------------------
Reporter: MrBobDobolina | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 4.0
Severity: major | Resolution:
Keywords: wptexturize | Focuses:
---------------------------+------------------------------
Comment (by Denis-de-Bernardy):
Try adding this to your wp-config file:
{{{
if (ini_get('pcre.backtrack_limit') < 1000000) {
ini_set('pcre.backtrack_limit', 1000000);
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29557#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list