yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Opcache may not be loaded? #782

Open yanhuixie opened 2 years ago

yanhuixie commented 2 years ago

https://github.com/yii-starter-kit/yii2-starter-kit/blob/3a1e018060722bd66fa74b85ec20a371c3311535/docker/php/php.ini#L18

Zend_extension = opcache.so is not found in php.ini. Without this statement, then [PHP - i | grep opcache] has no output. I think we should add this statement.