From:             mfurdyk at takingitglobal dot org
Operating system: RH EL 4
PHP version:      5.1.2
PHP Bug Type:     *Compile Issues
Bug description:  PHP 5.1.2 doesn't compile as cgi-fcgi while 5.1.1 does - with 
same ./configure

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 bug report at http://bugs.php.net/?id=36299&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36299&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36299&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36299&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36299&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36299&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36299&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36299&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36299&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36299&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36299&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36299&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36299&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36299&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36299&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36299&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36299&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36299&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36299&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36299&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36299&r=mysqlcfg

Reply via email to