> +1
> Can be used, for convert NAMESPACE to filepath in autoload )
>
> <?php
>
> function __autoload($path)
> {
> include convert_seperators($path);
> }
>
>
> On Windows, it is what realpath does.
>No, realpath() - is not used `include_path` -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
