This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / PHP OpCache
« on: July 03, 2016, 10:02:48 AM »
Good morning,
I'd like to enable PHP OpCache on CWP, so I've followe these steps:
- Rebuild PHP 5.6.14 adding --enable-opcache
- Changhed /usr/local/php/php.ini adding zend_extension to opcache.so and opcache.enable=1
- Restart apache
Now in phpinfo I have Opcode Caching => Up and Running
but using both https://github.com/rlerdorf/opcache-status and https://github.com/amnuts/opcache-gui
I cannot see any script optimized or any hint..
What could be the problem?
I'd like to enable PHP OpCache on CWP, so I've followe these steps:
- Rebuild PHP 5.6.14 adding --enable-opcache
- Changhed /usr/local/php/php.ini adding zend_extension to opcache.so and opcache.enable=1
- Restart apache
Now in phpinfo I have Opcode Caching => Up and Running
but using both https://github.com/rlerdorf/opcache-status and https://github.com/amnuts/opcache-gui
I cannot see any script optimized or any hint..
What could be the problem?
Pages: [1]