|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-05 23:19 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 06:00:01 2025 UTC |
Description: ------------ After compiling PHP 5.1.2 with the exact same configuration as 5.1.1, it compiles as cli instead of cgi-fcgi! PHP 5.1.2 (cli) (built: Feb 5 2006 16:56:15) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies [root@tigweb3 bin]# ./php-5.1.1 -v PHP 5.1.1 (cgi-fcgi) (built: Jan 11 2006 01:41:47) Copyright (c) 1997-2005 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies Reproduce code: --------------- './configure' '--with-mysql=/usr/local/mysql-4.1.12' '--with-zlib' '--with-gd' '--with-jpeg-dir=/opt' '--with-png-dir=/usr/local/lib' '--enable-inline-optimization' '--with-curl' '--disable-debug' '--with-mcrypt=/usr/local/src/libmcrypt-2.5.7' '--with-mhash' '--enable-ftp' '--enable-zend-multibyte' '--enable-fastcgi' '--enable-mbstring' --with-pspell Expected result: ---------------- 5.1.2 should compile as fcgi! Actual result: -------------- Compiles as 'cli'