Yes 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 components that can be used again. The aim of PEAR is to provide with a structured library of open-source code and a method for distribution […]
Articles Tagged: PHP
How To Install Zend Optimizer
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 for faster execution. In addition, it runs the files encoded by the Zend Guard, while enhancing the running speed of PHP applications. Basically it is […]
How To Install PhpBB Forum & Testing Procedure
PhpBB 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 open source forum software that is easy to use, powerful, and highly customizable. Most of the hosted websites who are completely interested in forums requires […]
Allowed memory size of xxxxx bytes exhausted : PHP Fatal error
Some times you may see the error message like – “PHP Fatal error: Allowed memory size of xxxxx bytes exhausted (tried to allocate xxxxxxx bytes) in Unknown on line 0? while accessing some php pages which indicates that those php files requires more memory for it to execute than the one specified in php.ini file. […]