News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
PHP with nginx is about to Become a Lot Easier
May 04, 2010 @ 08:49:54

On the SitePoint PHP blog today Louis Simoneau talks about something that can potentially make the PHP+ngnix combination even faster - the inclusion of the PHP-FPM patch into PHP's core.

You may be asking, "What is PHP-FPM, and why should I care?" PHP-FPM is a patch for PHP core that handles the starting, stopping, and restarting of FastCGI processes as needed. This is important because nginx can only interface with PHP via FastCGI, unlike Apache, which loads the whole PHP environment right into itself.

Right now, the only downside to setting up the FastCGI interface with nginx takes a bit more work than the normal mod_php Apache handles so well. The PHP-FPM patch helps with some of this by making the FastCGI support directly embedded into PHP, removing the need for a lot of external setup.

0 comments voice your opinion now!
fastcgi phpfpm patch ngnix


blog comments powered by Disqus

Similar Posts

Alexey Zakhlestin\'s Blog: FastCGI in PHP - The way it could be.

Arnold Daniels' Blog: Wrong PHP prediction: you don’t need to patch PHP to run multiple versions

Fabian's Blog: Better Performance patch for Symfony 1.0.x and Propel 1.2

Alexy Kovyrin\'s Blog: Nginx With PHP As FastCGI Howto

PHP.net: PHP 5.3.5 and 5.2.17 Released!


Community Events











Don't see your event here?
Let us know!


opinion framework interview podcast series development code language unittest functional tool zendframework2 introduction composer conference phpunit testing release community example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework