more on HHVM compatibility

This commit is contained in:
Carsten Brandt
2014-08-15 16:00:30 +02:00
parent 62e7c3e9a6
commit f4a9646a22
4 changed files with 16 additions and 1 deletions

View File

@ -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>