ZF-3769: cannot load files using Zend_Loader::loadFile in windows especially in 64bit
Description
a full path in windows "C:\somewhere\somefile.php" fails the security check, and cannot be used to load files using the Zend_loader (cause of the ":" character)
moreover, in windows 64bit, if files are located under the Program Files directory - which is called "Program files (86)" in the 64bit version - it fails as well (cause of the "(" character)
Comments
Posted by Ralph Schindler (ralph) on 2008-08-23T11:38:03.000+0000
I am finding this same issue right now. Code to reproduce:
Deferring to Wil and Matthew on a solution to this. Seems pretty major.
Posted by Matthew Weier O'Phinney (matthew) on 2008-11-22T09:06:01.000+0000
Fixed in trunk with r12772; presents a minor change in functionality, so will not release until 1.8.0.