ID:               36299
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mfurdyk at takingitglobal dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         *Compile Issues
 Operating System: RH EL 4
 PHP Version:      5.1.2
 New Comment:

You probably forgot "make install"


Previous Comments:
------------------------------------------------------------------------

[2006-02-05 23:15:21] mfurdyk at takingitglobal dot org

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
[EMAIL PROTECTED] 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'


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36299&edit=1

Reply via email to