ZF-10857: Zend_Loader::isReadable only checks absolute paths on windows and tests cwd twice

Description

Comments

added patch that checks all type of direct paths on all *nix and win systems

http://php.net/manual/function.include.php If a path is defined — whether absolute (starting with a drive letter or \ on Windows, or / on Unix/Linux systems) or relative to the current directory (starting with . or ..) — the include_path will be ignored altogether.

-> ignore include_path on windows if filename starts with a "\"

Is this still an issue?