Changes between Initial Version and Version 1 of Ticket #29557, comment 7
- Timestamp:
- 09/06/2014 04:55:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29557, comment 7
initial v1 2 2 > Confirmed on 4.0. Fails on [source:tags/4.0/src/wp-includes/formatting.php#L227 this line] in `wptexturize()`. 3 3 > 4 > Increasing `pcre.backtrack_limit` to ` pcre.backtrack_limit` didn't help.4 > Increasing `pcre.backtrack_limit` to `1000000` didn't help. 5 5 6 6 Increasing 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.