vladgh / VladGh.com-LEMP

Latest NginX, MySQL, PHP (with APC and Suhosin)
http://vladgh.com/blog/install-nginx-and-php-php-fpm-mysql-and-apc
Apache License 2.0
160 stars 41 forks source link

Where is opcache? #61

Closed Ruriko closed 10 years ago

Ruriko commented 10 years ago

I was told php 5.5 has Zend OpCache bundled with it but I'm unable to locate the opcache.so file on the system. Can you tell me where it is so I can enable this extension? I am using Ubuntu 12.04 LTS 64bit

vladgh commented 10 years ago

Not tested but see http://www.php.net/manual/en/opcache.installation.php#opcache.installation.bundled. Basically, add --enable-opcache to the PHP_CONFIGURE_ARGS variable in OPTIONS file. Let me know if it works.