Posted by robert on 02/12/06 07:51
what is the input size limit using preg_match_all? i've got a preg pattern
that i've been successfully using on a file for some time now. the file size
got up to a little over 6mb and the preg now just returns an empty string.
i've got php's memory limit set to 100 mb and execution time out set to 0. i
also have errors and warnings turned on (i even turned on notices too). the
script runs without raising errors of any kind and almost instantly returns
from the preg call when using a large input string...whereas a < 6mb input
string takes some time to return - as preg is actually doing some
processing.
anyone have this experience? any advice?
tia,
me
Navigation:
[Reply to this message]
|