After a short discussion with Rasmus and Johannes (how's maintaining PHP 5.3 branch) it was agreed that FPM
can't break anything serious and even though 5.3 is a bugfix branch, it's safe to add FPM there.
Which was done several minutes ago.
So now you don't have to checkout PHP trunk, copy sapi/fpm to your 5.3 source tree and so on - it's all there already.
Snapshots containing FPM will be ready in ~1 hour, according to http://snaps.php.net.
Feel free to test them and report any issues you find using the official bug tracker @ http://bugs.php.net.
P.S. no way to add it to 5.2, sorry.
--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP
So the steps will be:
1) Grab a build from snaps.php.net
2) Unpack and ./configure as normal
Anything else? I will add it as the newest method on php-fpm.org/download/
(I will keep the existing 5.3 for people who want an official 5.3
release but add FPM support in)
On Wed, May 26, 2010 at 7:29 PM, Antony Dovgal <to...@daylessday.org> wrote:
> Hello all.
>
> After a short discussion with Rasmus and Johannes (how's maintaining PHP 5.3 branch) it was agreed that FPM
> can't break anything serious and even though 5.3 is a bugfix branch, it's safe to add FPM there.
>
> Which was done several minutes ago.
>
> So now you don't have to checkout PHP trunk, copy sapi/fpm to your 5.3 source tree and so on - it's all there already.
> Snapshots containing FPM will be ready in ~1 hour, according to http://snaps.php.net.
> Feel free to test them and report any issues you find using the official bug tracker @ http://bugs.php.net.
>
> P.S. no way to add it to 5.2, sorry.
--
wbr,
fisher
1. php-cgi is unchanged and works as before.
2. see number 1.
3. yes, shared apc cache works with php-fpm.
php-fpm has management features not present using php-cgi. see
http://php-fpm.org/about/
I'm excited about the slow log feature, as well as the improved
logging in general.
What does "accelerated upload support" mean in practice?
fastcgi_finish_request() looks useful too.
I don't need the alternate uid/gid stuff but I know hosts who
definitely will be excited about it.
--
Tom Boutell
P'unk Avenue
215 755 1330
punkave.com
window.punkave.com
Accelerated upload support:
http://php-fpm.org/wiki/Features#Accelerated_upload_support
fastcgi_finish_request:
http://php-fpm.org/wiki/Features#fastcgi_finish_request.28.29
Posted at Nginx Forum: http://forum.nginx.org/read.php?3,90488,112337#msg-112337
I have a small question though:
I have installed php 5.3.3 through a yum install (remi)
but php-fpm does not seemed to be enabled.
How can I enable it after an rpm install? Thanks
_MD_
Posted at Nginx Forum: http://forum.nginx.org/read.php?3,90488,122904#msg-122904
if the package manager did not enable FPM before compilation you just
can't. It's not like an pecl extension.
You'll have to ask the pkg manager to produce a new version or to
compile FPM by yourself.
++ jerome
Hi.
I'm using this russian repo: http://centos.alt.ru/repository/centos/readme.txt
It's quite stable, at least for me. The russian guy is recompiling
remi packages with php-fpm enable. Be aware with other packages in
repository like bind, openssh and others, maybe you don't want to
upgrade these ones.
Kind Regards.