php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27130 Compile option does not show in phpinfo -> configure command
Submitted: 2004-02-03 08:58 UTC Modified: 2004-02-03 09:35 UTC
From: phpbug at hitech dot dk Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.4 OS: RedHat 9.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: phpbug at hitech dot dk
New email:
PHP Version: OS:

 

 [2004-02-03 08:58 UTC] phpbug at hitech dot dk
Description:
------------
This is the configure command i used for v4.3.4

./configure --with-mysql=/usr/local --with-apxs=/www/bin/apxs --enable-trans-sid --with-gd --enable-gd-native-ttf --with-zlib --with-png-dir --enable-gd-imgstrttf --with-freetype-dir --enable-xslt --enable-exif --with-xslt-sablot=/usr --with-sablot-js=/usr/lib --with-openssl --with-kerberos=/usr/kerberos --with-dom  --with-curl

But in 'configure command' in phpinfo it shows:

./configure --with-mysql=/usr/local --with-apxs=/www/bin/apxs --enable-trans-sid --with-gd --enable-gd-native-ttf --with-zlib --with-png-dir --enable-gd-imgstrttf --with-freetype-dir --enable-xslt --enable-exif --with-xslt-sablot=/usr --with-sablot-js=/usr/lib --with-openssl --with-kerberos=/usr/kerberos --with-dom

ie: it's missing '--with-curl'


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-03 09:35 UTC] sniper@php.net
There are many reasons why it doesn't get there.
If you don't have CURL enabled, I'd worry, otherwise: just ignore it. Try using clean sources once..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC