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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 08:01:28 2024 UTC