php - 如何在 Windows 上安装 Zend OPcache Extension + PHP >= 5.4_Stack Overflow中文网
✉️ fuwu@800188.org
🌐 访问网站
php - 如何在 Windows 上安装 Zend OPcache Extension + PHP >= 5.4_Stack Overflow中文网
根据文档,使用 php.ini 中的以下行启用 opcache:
zend_extension=php_opcache.dll
opcache.enable=On
opcache.enable_cli=On
然后重新启动Web服务器(我猜是IIS)就足够了。
⭐ 用户评价
暂无评价