Browsing articles tagged with " php5"
Jul
12

PHP in enterprise applications. Comparison of PHP5 Frameworks.

By rzelazko  //  Apache, Lamp, Linux, PHP  //  No Comments

PHP5 Enterprise is common name for large, heavily loaded applications, visited by so huge amount of users who can not by handled by a single server. This large applications usually use open source libraries aims to alleviate the overhead associated with common activities performed in Web development. In PHP5, there are several sets of closely related libraries and frameworks.

This post describe speed and load tests of three popular PHP frameworks: Symfony Framework, Zend Framework and cakePHP. read more

Dec
19

Instaling Xdebug (PHP5 Debian)

By rzelazko  //  Apache, Lamp, Linux, PHP, Pecl  //  1 Comment

To install Xdebug (as PECL extension) on Debian Linux you should take the following steps:
read more