ZF-6287: Zend Tool - zf list providers - throws a fatal error
Description
- on windows machine
- use the following statements:
a. zf list providers
Fatal error: Call to undefined method Zend_Tool_Framework_Registry::getinstance() in C:\ZendFramework-1.8.0PR\library\Ze nd\Tool\Framework\System\Provider\Providers.php on line 12
b. zf show manifest
Fatal error: Call to undefined method Zend_Tool_Framework_Registry::getinstance() in C:\ZendFramework-1.8.0PR\library\Ze nd\Tool\Framework\System\Provider\Manifest.php on line 15
Comments
Posted by Ralph Schindler (ralph) on 2009-04-24T11:41:44.000+0000
The "providers" provider has been removed in favor of the (zf --help) system.
The ``` should be fixed now as well.
Please confirm.
Also note, the "providers" provider might be introduced at a later date depending on if other "clients" (like Zend Studio) find a need for it.
-ralph