Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 283 Bytes

File metadata and controls

15 lines (11 loc) · 283 Bytes

##Fake opcache for drupal 8

Tested on centos 6 and php 5.6

Install.
Copy opcache_cap.so /usr/lib64/php/modules/
add to /etc/php.d/opcache_cap.ini
extension=opcache_cap.so

Configure
phpize
./configure --enable-opcache-cap
make
make install