tags 405067 confirmed wontfix upstream forwarded 405067 http://bugs.php.net/bug.php?id=35159 thanks
hi cajus, On Fri, 2007-03-30 at 09:47 +0200, Cajus Pollmeier wrote: > Anything new here? Anyone tried with php 5.2.1? So I'd report it to the php > team - if not already done. > > The bug can be reproduced here in cli and pure apache mode. It happens when > the string to be matched is larger than 4089 bytes and a match happens. > Everything below just works fine. sorry for the delay in reponse, pretty much all of my php time has been spent dealing with the rash of security issues lately. anyway, regarding this issue: i've seen it mentioned upstream that php does not handle deep recursion very well, and is prone to crash horribly if the stack gets too big, because they keep important data such as the zend mm on the stack. so, "it's not a bug, it's a feature" :). references: http://bugs.php.net/bug.php?id=35159 and others (just do a search for "recursive"). sean
signature.asc
Description: This is a digitally signed message part

