Hello,

I'm using a script to parse mail and extract attachments on-fly. But I think that this preg_match (preg_match("#([-]+|)$bound(.+?)([-]+?)$bound#is", $data, $strip)) doesn't work at all if content is too big (for ex 7Mo).
Is there any known limitation on it ?


I'm using php 4.3.10 and this script runs from command line, so no timeout...

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



Reply via email to