Adding documentation note about AclShell and issues with zend.ze1_compatibilty. Fixes #987

This commit is contained in:
mark_story 2010-09-26 12:33:15 -04:00
parent 06ed3a96a7
commit 500550faef

View file

@ -21,7 +21,8 @@ App::import('Component', 'Acl');
App::import('Model', 'DbAcl'); App::import('Model', 'DbAcl');
/** /**
* Shell for ACL management. * Shell for ACL management. This console is known to have issues with zend.ze1_compatibility_mode
* being enabled. Be sure to turn it off when using this shell.
* *
* @package cake * @package cake
* @subpackage cake.cake.console.libs * @subpackage cake.cake.console.libs