mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Adding documentation note about AclShell and issues with zend.ze1_compatibilty. Fixes #987
This commit is contained in:
parent
06ed3a96a7
commit
500550faef
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue