http://bugs.php.net
And please describe your problem better than this..
Define "crash" ? A segfault ? An error message ?

Ron

"Hannes Magnusson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> <?php
> $url = 'ftp://anonymous:[EMAIL PROTECTED]';
> $dir = opendir ( $url );
> var_dump ( $dir );
> ?>
> Causes php to crash. However. If I add trailing slash to $url it works as
expected.
>
> Running PHP5.0.0 btw.
>
> - Hannes

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to