13
Zend Optimizer makes PHP Open Source
by admin ·
The company specializes in PHP Zend Zend Optimizer + has its software released as open source.
The Optimizer accelerates PHP applications by caching the compiled bytecode of the scripts for the further use in shared memory. This eliminates subsequent calls to read from the file system and the translation. In addition, the software applies to some optimizations on the bytecode. The published version is now compatible with PHP 5.2, 5.3, 5.4 and the development branch for PHP 5.5.
(more…)
