php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36299 PHP 5.1.2 doesn't compile as cgi-fcgi while 5.1.1 does - with same ./configure
Submitted: 2006-02-05 23:15 UTC Modified: 2006-02-05 23:19 UTC
From: mfurdyk at takingitglobal dot org Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.1.2 OS: RH EL 4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mfurdyk at takingitglobal dot org
New email:
PHP Version: OS:

 

 [2006-02-05 23:15 UTC] 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
[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'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-05 23:19 UTC] edink@php.net
You probably forgot "make install"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 15:01:33 2024 UTC