mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
more on HHVM compatibility
This commit is contained in:
@ -23,6 +23,9 @@ use yii\helpers\VarDumper;
|
||||
* (for example, the authorization data for a personal blog system).
|
||||
* Use [[DbManager]] for more complex authorization data.
|
||||
*
|
||||
* Note that PhpManager is not compatible with facebooks [HHVM](http://hhvm.com/) because
|
||||
* it relies on writing php files and including them afterwards which is not supported by HHVM.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @author Alexander Kochetov <creocoder@gmail.com>
|
||||
* @author Christophe Boulain <christophe.boulain@gmail.com>
|
||||
|
Reference in New Issue
Block a user