How to Allow exec() in PHP-FPM

November 30, 2022 / Development

In this article, we will explain how to allow exec in PHP-FPM. Occasionally, the exec() function does not work after turning on PHP-FPM, and we cannot find any disabled functions…

Read More

Spread the love

How To Install Zend Optimizer

April 13, 2012 / Tech Support

What is Zen Optimizer? Zend Optimizer is a tool that boosts the PHP performance by going over the intermediate code generated by the standard Zend run-time compiler and optimizing it…

Read More

Spread the love