Thu Mar 15 14:40:42 2018 (25267): Fatal Error Zend OPcache cannot allocate buffer for interned strings
服务器中有两个网站,一个正常访问;另一个index.php页面显示为空,html文件可以访问,此网站在其他lnmp环境服务器上测试没问题。
6 Answers
Best Answer
修改
```html
/usr/local/php/etc/php.d/02-opcache.ini
```
将`opcache.enable=1`修改为`opcache.enable=0`
```html
/usr/local/php/etc/php.d/02-opcache.ini
```
将`opcache.enable=1`修改为`opcache.enable=0`
图片内容也就是,Thu Mar 15 14:40:42 2018 (25267): Fatal Error Zend OPcache cannot allocate buffer for interned strings
Please login or Register to submit your answer