On Slackware 12.0, compile php to fastcgi alwayes failed, only get CGI:
1 2 3 4 5 |
./configure --enable-fastcgi --enable-force-cgi-redirect ./php --version PHP x.x.x (cgi) .... |
so use spawn-fcgi (lighttpd) always get exit.
OH MY GOD…. I tried from php 4.3.0 – php 5.2.0, only php 4.4.4 can get fastcgi:
1 2 3 4 |
./php --version PHP 4.4.4 (cgi-fcgi) (built: Dec 29 2007 03:55:36) Copyright (c) 1997-2006 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies |
why??????????????????????