PHP is used to power some of the most well-known websites in the world. Learn about the new functionality for your website, PHP redirects if your website was created in…
Tag: PHP
How to Allow exec() in PHP-FPM
November 30, 2022 / DevelopmentIn 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…
How the PHP Extensions can be Enabled or Disabled using Plesk
October 24, 2022 / DevelopmentIn this guide, we will explain how to enable or disable the PHP extension using Plesk. Admins can do this job for their servers with the Plesk control panel. Follow…
How to Install Latest PHP version using WHM
February 15, 2022 / WHMThis article will take you through the procedure of installing an latest PHP version using WHM. PHP is a scripting language rooted in HTML on the server end. Used to…
Is PEAR Provided With The Hosting Packages
May 18, 2013 / Sales FAQ Shared HostingYes this service is provided on all the hosting platforms as per the requirements. Basically, PHP Extension and Application Repository is a structure and a distribution system for the PHP…
How To Install Zend Optimizer
April 13, 2012 / Tech SupportWhat 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…
How To Install PhpBB Forum & Testing Procedure
February 21, 2011 / TutorialsPhpBB Forum Installation and It’s Testing Procedure phpBB is easy as well as essential website management. With the designing as well as management system where as phpBB is free and…
PHP Fatal error: Allowed memory size of XXXX bytes
December 11, 2010 / Tech SupportSometimes you may see the error message like – “PHP Fatal error: The allowed memory size of xxxxx bytes exhausted (tried to allocate xxxxxxx bytes) in Unknown on line 0?…