I can't use fopen (file) to get anything off the
internet with the latest cvs...

<?
$file=fopen("http://php.net/","r";);
fpassthru($file);
?>
Will produce "Segmentation Fault (core dumped)"

No idea why, but it probably needs to be fixed.
-- 
-----
Andy :)
"Black holes are where God divided by zero."

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to