PHP-FPM is currently available in three different places. Choose the download based on your needs.
PHP Core - Experimental (PHP 5.3.2+)
PHP-FPM is finally in PHP core! It is based off of the 0.6.x series in Launchpad. It is most likely going to ship with PHP 5.3.3, but might ship with PHP 5.3.2 (if so, totally by coincidence - consider it experimental!)
For now, it is available via SVN. To checkout:
svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_3_FPM php_5_3_fpm
cd php_5_3_fpm
./buildconf
Then building FPM is as easy as "./configure --enable-fpm (and other switches you want) && make install".
After that you need to adjust the default config file (installed into $prefix/etc) and run "php-fpm".
To see the latest changes, click
here.
Launchpad - 0.6.x Series - Some known issues (PHP 5.3.x and recent PHP 5.2.x releases)
Please see the readme.markdown file at
http://github.com/dreamcat4/php-fpm.
Old-style - The Patch - Stable (PHP 5.2.x and earlier)
The patch is still a stable and reliable method to deploy PHP-FPM. It still works flawlessly in the latest version of PHP 5.2.x.
The 5.3.x patch may have some issues. We suggest using the Launchpad version instead.
Browse the downloads section to find the right version for your build of PHP.