ZF-12394: Zend Tool 'zf' command has erroneous use of Windows' HOMEPATH variable
Description
This is the search order for zf, from the --setup argument:
Home Directory:
- ZF_HOME, then HOME (*nix), then HOMEPATH (windows)
For me, it's falling back to HOMEPATH, however these are my (default) Windows 7 variables:
HOMEDRIVE=U:
HOMEPATH=\
With that combination of variables, it cannot create or find its configuration files as it is NOT taking the U: bit into account, and also it fails anyway trying to create it in C:.
Comments
Posted by Ralph Schindler (ralph) on 2013-04-05T16:07:23.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf1/issues/5