Re: [PHP-DEV] compile php as fpm

2012-08-20 Thread Rasmus Lerdorf
On 08/20/2012 03:47 PM, Adi Mutu wrote: > Hello, > > I'm trying to compile php 5.3 as php-fpm using the following configure command > > > ./configure --enable-debug --enable-maintainer-zts --enable-fpm > --enable-fastcgi > > and i get this > > " > Thank you for using PHP. > > Notice: Follow

[PHP-DEV] compile php as fpm

2012-08-20 Thread Adi Mutu
Hello, I'm trying to compile php 5.3 as php-fpm using the following configure command ./configure --enable-debug --enable-maintainer-zts --enable-fpm --enable-fastcgi and i get thisĀ  " Thank you for using PHP. Notice: Following unknown configure options were used: --enable-fastcgi " The