ID:               19832
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: win2k / iis
 PHP Version:      4.2.2
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2002-10-09 16:50:44] [EMAIL PROTECTED]

This is a known issue within the PCRE library when the pattern string
is not an optimal pattern.
There was another bug (I don't have the number to hand)
where we looked into this; the bottom line is that you
should either:
1.) Rewrite your pattern string
2.) Increase the amount of available stack space for the
process.

However, please submit your script/pattern string here,
just in case you've found a different problem.

------------------------------------------------------------------------

[2002-10-09 10:01:02] [EMAIL PROTECTED]

oops!

Can you please provide a short reproducing script?

Derick

------------------------------------------------------------------------

[2002-10-09 09:59:53] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in PHP.

------------------------------------------------------------------------

[2002-10-09 09:55:40] [EMAIL PROTECTED]

i'm trying to use preg_match_all in order to find a string in a text
file. if the founded string is too big php send a stack overflow
message (result string < 1000 caracters)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19832&edit=1

Reply via email to