Tag: php-fpm
13 posts
-
PHP 5.4 stuff I'm jazzed about...
I'm always excited to read updates to the NEWS file for each PHP version (yes, I am that big of a PHP fan boy) - and PHP 5.4 has quite a handful of noteworthy changes. I started…
-
Setting PHP INI parameters from nginx
A little known feature in PHP-FPM 5.3.3+ (since it was integrated into PHP core) is that you can actually define PHP INI parameters inside of your nginx configuration. This…
-
PHP 5.2.15 released, patch updated
PHP 5.2.15 was released today, and I've made a copy of the previous patch. It still applies without any issues (a "make test" looks good) - this is supposed to be the latest…
-
I was wrong.
I was wrong, and I'm happy to admit it. I was worried that if FPM was to ever make it in to PHP core, it would stagnate and become part of such a big machine that it would take…
-
Cleanest configuration for the new PHP-FPM?
When examining the PHP-FPM configuration, I realized that I only tweak a few key pieces per pool, so I decided to share my approach to minimize redundancy and keep things simple…
-
The magic that is... nginx
I've told this story countless times, but I've never publicly documented it. This happened over a year ago, but I feel obligated to share it. nginx is the main reason for the…
-
Happy day! PHP-FPM included with PHP 5.3.3RC1, and WordPress 3.0
Officially in the 5.3.3RC1 distribution. Sweet! From the NEWS file: 17 Jun 2010, PHP 5.3.3 RC1 ... \- Added FastCGI Process Manager (FPM) SAPI. (Tony) ... and on an unrelated…
-
PHP-FPM and nginx upstart scripts
Upstart is becoming the de-facto standard for everything in Ubuntu, and I do enjoy it's process management and re-spawning capabilities. (Actually, before PHP-FPM I used to use…
-
Jérôme Loyet is a saint!
I'd like to announce that Jérôme Loyet stepped up this weekend and hacked up the first round of code to get dynamic process management going. Antony committed it (see below) and…
-
PHP-FPM brought in to PHP core - interesting surprise
Read it here: http://news.php.net/php.internals/46277. First off, big thanks to Antony Dovgal. I've exchanged words with him in the past about PHP-FPM (and actually other PHP…
-
"New" PHP-FPM instructions now posted
I just posted some quick steps on how to get started messing around with the new PHP-FPM. First, go signup to join the project at the Launchpad Project Page! Remember this is not…
-
PHP 5.3.0 patch now considered stable
After a few weeks of people running it in production without any issues, I'm proud to say that PHP-FPM for PHP 5.3.0 can now drop it's "Release Candidate" title and is now in…
-
Open source projects currently taking my interest
For a long time I've been using Lighttpd as an alternative to Apache, Ubuntu, MySQL and PHP. It looks like I might be mixing it up soon, swapping out some and adding a couple…