[原] PHP bug or Slackware bug? –enable-fastcgi always failed.
Posted by bianbian on 2007-12-29 04:07
本文Tags: bug, fastcgi, php, slackware
On Slackware 12.0, compile php to fastcgi alwayes failed, only get CGI:
./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:
./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??????????????????????
遵守创作共用协议,转载请链接形式注明来自http://bianbian.org 做人要厚道
相关日志
Posted in Technology, php | No Comments »