[wp-trac] [WordPress Trac] #29557: PHP Crash on Large Block of HTML
WordPress Trac
noreply at wordpress.org
Tue Sep 9 19:14:18 UTC 2014
#29557: PHP Crash on Large Block of HTML
-----------------------------------+--------------------
Reporter: MrBobDobolina | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0.1
Component: Formatting | Version: 4.0
Severity: major | Resolution:
Keywords: wptexturize has-patch | Focuses:
-----------------------------------+--------------------
Comment (by ArsenyKovalchuk):
Hi guys. I've faced with the same issue on the line
{{{
$textarr = preg_split( $regex, $text, -1, PREG_SPLIT_DELIM_CAPTURE |
PREG_SPLIT_NO_EMPTY );
}}}
I applied the patch miqro-29557.4.patch, but unfortunately it didn't help.
I attached a file Content1.txt. This is a dump of the $text variable just
before preg_split. OS Windows 7 Pro, PHP version is 5.3.13, PCRE Library
Version 8.12 2011-01-15, pcre.backtrack_limit = 1000000.
Could you please take a look.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29557#comment:25>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list