zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Windows phar file issues #24

Closed slaff closed 10 years ago

slaff commented 10 years ago

Under Windows XP, and probably other Windows OS versions, the phar file does not run as expected.

slaff commented 10 years ago

The investigation so far leads to ZF2 issue: ClassMapAutoloader::realPharPath('phar://D:/GDrive/zs-client.phar/module/Client/autoload_classmap .php') returns empty string

slaff commented 10 years ago

Created pull request to the ZF2 guys with fix for the issue: https://github.com/zendframework/zf2/pull/5813