Quote:
Originally Posted by Joe Blow
Further info:
Quote:
It was core dumping with with signal 4 when one of the regexp functions was called on the string.
|
|
Yep. I found the same problem while testing. I will be working on a fix today.
The issue is that due to the recursion, it runs out of memory when crunching through large posts. I thought I had a fix for that already, but simply failed to take into account text before and after any quoted text. So a 5k post with 10 nested quotes causes 10 PHP recursive calls. The regex is also recursive!
I have re conceptualized the functionality and may have come up with a fast and efficient solution.
I hope to upload the newest version later today.
--RayJ