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