From 500550faef533e8f1314254788c6d5b063972677 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 26 Sep 2010 12:33:15 -0400 Subject: [PATCH] Adding documentation note about AclShell and issues with zend.ze1_compatibilty. Fixes #987 --- cake/console/libs/acl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cake/console/libs/acl.php b/cake/console/libs/acl.php index 5ef2c73cd..b1d10da08 100644 --- a/cake/console/libs/acl.php +++ b/cake/console/libs/acl.php @@ -21,7 +21,8 @@ App::import('Component', 'Acl'); 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 * @subpackage cake.cake.console.libs