Top "Zend-optimizer" questions

Zend Optimizer (now Zend Guard Loader) was created to decrypt PHP files encrypted by Zend Studio/Zend Guard.

Decode a PHP encoded with 'zend guard'

We have a website maintained by an old employee and it appears it's encoded by Zend Guard including all backups. …

php encryption zend-optimizer zend-guard
Opcache - Clean cache in PHP5.4 and lower

Is there a way to clean/reset the cached files using Opcache with PHP5.4 or lower? Here is the opcache_…

php php-5.4 zend-optimizer opcache
Load Zend Optimizer for php 5.3

I follow their guide http://kb.zend.com/index.php?View=entry&EntryID=424 to enable Zend Optimizer in my …

php zend-optimizer
How to check if Zend Optimizer or Zend Guard Loader is installed

Through phpinfo you can see all kinds of php information. If you see this: then it means you have Zend …

php zend-framework zend-optimizer zend-guard