> I'm working for some time on php dev version.
>
> PHP 5.3.3 enter RC stage and should be available soon.
>
> This version introduce FPM (an quite old project merged upstream)
> Of course, this is still tagged as experimental
>
> So I have work on enabling it (a new sub-package)
>
> Here is my first work :
> http://github.com/remicollet/remirepo/commit/3521950ff9d5b689d52a348dd1a8a1…
php-fpm requires libevent >=1.4.11
Requires: libevent >= 1.4.11
BuildRequires: libevent-devel >= 1.4.11
also missed /var/run/php-fpm dir
install -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/run/php-fpm
full dif from rpm php-5.3.3-1.fc13 in attachment
> Please comment this, mainly for
> - build (a new build phase)
> - the new service
> - file layout
> /etc/php-fpm.conf
> /etc/php-fpm.d
> /var/run/php-fpm
> /var/log/php-fpm
>
> We probably also need some SElinux stuff...
>
> Should we enable it in fedora ? (probably in rawhide only, and notice it
> in F-14 release notes)
why not to enable it for f12/f13? this is only additional package.
>
> I will also push it to my repo to get some feedbacks.
>
> Regards.
--
All bugs reserved
Hi,
I'm working for some time on php dev version.
PHP 5.3.3 enter RC stage and should be available soon.
This version introduce FPM (an quite old project merged upstream)
Of course, this is still tagged as experimental
So I have work on enabling it (a new sub-package)
Here is my first work :
http://github.com/remicollet/remirepo/commit/3521950ff9d5b689d52a348dd1a8a1…
Please comment this, mainly for
- build (a new build phase)
- the new service
- file layout
/etc/php-fpm.conf
/etc/php-fpm.d
/var/run/php-fpm
/var/log/php-fpm
We probably also need some SElinux stuff...
Should we enable it in fedora ? (probably in rawhide only, and notice it
in F-14 release notes)
I will also push it to my repo to get some feedbacks.
Regards.