If anyone is intrested.. http://bugs.php.net/29678

On Sat, 14 Aug 2004 14:51:12 +0200
[EMAIL PROTECTED] (Hannes Magnusson) wrote:

> <?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