#47376 [Bgs]: Segmentation fault in preg_replace on many repitition of pattern

2009-02-13 Thread pahan at hubbitus dot spb dot su
ID: 47376 User updated by: pahan at hubbitus dot spb dot su Reported By: pahan at hubbitus dot spb dot su Status: Bogus Bug Type: PCRE related Operating System: Linux PHP Version: 5.3.0beta1 New Comment: >Your pattern could be: /(@@ -[\d,]+ \+[\d,

#47376 [Bgs]: Segmentation fault in preg_replace on many repitition of pattern

2009-02-13 Thread felipe
ID: 47376 Updated by: fel...@php.net Reported By: pahan at hubbitus dot spb dot su Status: Bogus Bug Type: PCRE related Operating System: Linux PHP Version: 5.3.0beta1 New Comment: It's a known PCRE issue, and is documented: http://www.manpag

#47376 [Bgs]: Segmentation fault in preg_replace on many repitition of pattern

2009-02-13 Thread felipe
ID: 47376 Updated by: fel...@php.net Reported By: pahan at hubbitus dot spb dot su Status: Bogus Bug Type: PCRE related Operating System: Linux PHP Version: 5.3.0beta1 New Comment: Your pattern could be: /(@@ -[\d,]+ \+[\d,]+ @@\s)(?1)+/ Pr

#47376 [Bgs]: Segmentation fault in preg_replace on many repitition of pattern

2009-02-13 Thread pahan at hubbitus dot spb dot su
ID: 47376 User updated by: pahan at hubbitus dot spb dot su Reported By: pahan at hubbitus dot spb dot su Status: Bogus Bug Type: PCRE related Operating System: Linux PHP Version: 5.3.0beta1 New Comment: Thank you for the links it was pretty usefu