[EMAIL PROTECTED] writes:
> if (open (IN, "<".$path)) {
> $txt .= join ('', <IN>);This seems like memory bloat. Why don't we just stream this into the configuration parser? Daniel -- Daniel Quinlan http://www.pathname.com/~quinlan/
[EMAIL PROTECTED] writes:
> if (open (IN, "<".$path)) {
> $txt .= join ('', <IN>);This seems like memory bloat. Why don't we just stream this into the configuration parser? Daniel -- Daniel Quinlan http://www.pathname.com/~quinlan/