* Thus wrote Christian Calloway ([EMAIL PROTECTED]):
> Obviously its an example, otherwise the script wouldn't have even parsed.

You provided an example that he had to make certain guesses for why
you think php is crashing.

> 
> $regularExpression = '"/<tr bgcolor="#FFFFFF">(.|\n)+?<\/tr>/';

This still is not right.  preg will think your looking for
  /tr bgcolor=

and will complain about the junk after the second ".

> 
> preg_match ($regularExpression, $fileString, $matches)
> 
> This regular expression causes PHP to crash for me, not a parsing error.

Please provide an exact sample that will cause php crash. And
somebody  here will test it for you.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to