atom feed21 messages in ru.sysoev.nginxRe: Noob looking for PHP help
FromSent OnAttachments
AMP AdminApr 18, 2009 6:56 am 
Fernando PerezApr 18, 2009 7:56 am 
Nuno MagalhãesApr 18, 2009 7:59 am 
AMP AdminApr 18, 2009 8:26 am 
Edho P AriefApr 18, 2009 8:34 am 
Jim OhlsteinApr 18, 2009 8:34 am 
AMP AdminApr 18, 2009 9:08 am 
Cliff WellsApr 18, 2009 9:33 am 
Jim OhlsteinApr 18, 2009 9:38 am 
AMP AdminApr 18, 2009 10:01 am 
AMP AdminApr 18, 2009 10:12 am 
Momchil IvanovApr 18, 2009 4:20 pm 
Jim OhlsteinApr 18, 2009 5:18 pm 
Momchil IvanovApr 19, 2009 5:29 am 
Jim OhlsteinApr 19, 2009 6:59 am 
AMP AdminApr 19, 2009 8:00 am 
Edho P AriefApr 19, 2009 8:46 am 
AMP AdminApr 19, 2009 9:22 am 
Edho P AriefApr 19, 2009 7:39 pm 
Momchil IvanovApr 20, 2009 2:45 am 
AMP AdminApr 20, 2009 5:53 am 
Subject:Re: Noob looking for PHP help
From:Momchil Ivanov (slog@gmail.com)
Date:Apr 18, 2009 4:20:26 pm
List:ru.sysoev.nginx

На Saturday 18 April 2009 19:02:19 AMP Admin написа:

To apply the patch run:

#cat patch.php-fpm | patch -d php-5.2.9 -p1

you don't really need cat here:

patch -d php-5.2.9 -p1 < patch.php-fpm

I use the following configuration options for 32 bit CentOS 5.2:

'--enable-fastcgi' '--enable-fpm' '--enable-force-cgi-redirect' '--with-mcrypt' '--with-zlib' '--enable-mbstring' '--with-openssl' '--with-mysql' '--with-mysqli' '--with-mysql-sock' '--with-gd' '--enable-gd-native-ttf' '--with-bz2' '--with-curl' '--with-freetype-dir=/usr' '--with-jpeg-dir=/usr' '--with-pspell' '--with-sqlite' '--enable-pdo' '--enable-reflection' '--with-gettext' '--enable-soap' '--enable-dom' '--with-png-dir' '--with-mhash' '--with-mcrypt'

You should also use --prefix=/usr/local/php-fpm-5.2.9 or something else, just to have it in a separate directory, otherwise you mess up your system

Momchil