VBOptimize and PHP5 OPcache and Nginx

Status
Not open for further replies.

davidrahrer

New member
This will be a new site so I don't yet know the URL. The question should be answerable without that information. In the past we have used nginx with php and APC. It is my understanding that the (former) Zend OPCache, now built into later versions of php5, has replaced APC. My question is if it is possible to use your VBOptimize plugin (licensed version) with this new combination. Thanks.
 
The opcode cacher in PHP 5.5 cannot cache variables, only files, making it useless for vB Optimise :)

All it does is cache compiled code, which is not what vB Optimise does. You can still install XCache, which we're using here @ DBTech :)
 
I have the same issue. Used with PHP 5.3 APC-Cache and since yesterday PHP 5.6.

Now I don't have any other cache except Zend.

So VBOptimise doesn't make really sense without another Cache? Filecache would be the only other options? But I guess Filecache is more worse than none?
 
Correct, you will need to use Filecache if you cannot install APC or XCache on your PHP 5.6 installation.
 
Hello davidrahrer,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.
Back
Top