Posted by Marc Bennewitz (private) (mabe) on 2010-12-20T13:56:47.000+0000
added patch that checks all type of direct paths on all *nix and win systems
Posted by Marc Bennewitz (private) (mabe) on 2010-12-21T10:39:49.000+0000
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 "\"
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-14T01:41:00.000+0000
Comments
Posted by Marc Bennewitz (private) (mabe) on 2010-12-20T13:56:47.000+0000
added patch that checks all type of direct paths on all *nix and win systems
Posted by Marc Bennewitz (private) (mabe) on 2010-12-21T10:39:49.000+0000
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 "\"
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-14T01:41:00.000+0000
Is this still an issue?