if($php_handles_952kB_file || !$php_handles_952kB_file)
{
echo "yes";
}
else
{
echo "no";
}
Yes. It can handle it or not.
It depends on your memory settings (whatever they are) - and probably what else you're doing (whatever that is) - but I'm not having trouble parsing a 5MB HTML document; what I am having trouble with is even finding the memory used to do it, so it's not counting towards PHP's usage.