ZF-12178: Zend_Loader_StandardAutoloaderTest fails on Windows because of /
Description
There is a Linux directory separator hardcoded. It must be DIRECTORY_SEPARATOR to be platform independent.
There is a Linux directory separator hardcoded. It must be DIRECTORY_SEPARATOR to be platform independent.
Comments
Posted by Martin Hujer (mhujer) on 2012-04-26T19:21:56.000+0000
Patch fo ZF-12178
Posted by Rob Allen (rob) on 2012-04-28T17:51:58.000+0000
Patch applied. Thank you!