ZF-11269: Wrong environment variables in zf.sh usage
Description
Page http://zendframework.com/manual/en/…, last section, environment locations. It states, that there are two environment variables that control where zf.{sh,bat,php} looks for Zend framework, namely ZF_INCLUDE_PATH and ZF_INCLUDE_PATH_PREPEND.
This is incorrect, as zf.php, in function _setupToolRuntime, near line 338 shows that these variables are named ZEND_TOOL_INCLUDE_PATH and ZEND_TOOL_INCLUDE_PATH_PREPEND.
This should be fixed either in the documentation (so that it reflects reality) or in zf.php (so it's consistent with rest or environmental variables)
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-07-17T23:05:49.000+0000
Too ZF_STORAGE_DIRECTORY should be replaced by ZF_STORAGE_DIR.
Posted by Ramon Henrique Ornelas (ramon) on 2011-07-23T11:37:46.000+0000
Fixed in documentation r24256.