Posted by Cedric Fontaine on 03/29/05 19:00
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...
[Back to original message]
|