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 command is from a tutorial on web.
Thanks.
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 command is from a tutorial on web.
This is not the mailing list for questions like this. Obviously your
tutorial was not written for 5.3. The 5.3 UPGRADING document states:
- FastCGI is now always enabled and can not be disabled. See
sapi/cgi/CHANGES for more details.
-Rasmus