Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29557, comment 7


Ignore:
Timestamp:
09/06/2014 04:55:18 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29557, comment 7

    initial v1  
    22> Confirmed on 4.0. Fails on [source:tags/4.0/src/wp-includes/formatting.php#L227 this line] in `wptexturize()`.
    33>
    4 > Increasing `pcre.backtrack_limit` to `pcre.backtrack_limit` didn't help.
     4> Increasing `pcre.backtrack_limit` to `1000000` didn't help.
    55
    66Increasing will actually make this worse.  I can get a crash on the beta version when the limit is greater than 50000.  We thought this was fixed, and I'm getting no errors in the 4.0 version so far.  Still looking.