Edit report at https://bugs.php.net/bug.php?id=61744&edit=1
ID: 61744 Comment by: bugzilla33 at gmail dot com Reported by: bugzilla33 at gmail dot com Summary: preg_match crashes Status: Open Type: Bug Package: *Regular Expressions Operating System: Win 7 64-bit PHP Version: 5.4.1RC2 Block user comment: N Private report: N New Comment: Try as Apache module. php.exe testcase.php does not crash Previous Comments: ------------------------------------------------------------------------ [2012-04-16 10:57:30] bugzilla33 at gmail dot com Description: ------------ preg_match crashes Test script: --------------- <?=preg_match('#^(A{1,2}B)+$#',str_repeat('AB',300));?> Expected result: ---------------- preg_match no crash Actual result: -------------- preg_match crashes ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1