php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #705 cosmetic (?) bug in "configure" output
Submitted: 1998-08-30 09:36 UTC Modified: 1998-08-31 03:08 UTC
From: david at uws dot edu dot au Assigned: sr (profile)
Status: Closed Package: Other
PHP Version: 3.0.3 OS: RedHat Linux 5.0 (Kernel 2.0.35)
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: david at uws dot edu dot au
New email:
PHP Version: OS:

 

 [1998-08-30 09:36 UTC] david at uws dot edu dot au
Not sure if this is a symptom of something else wrong underneath (doesn't appear to be);  when running "configure", I noted that the output when checking for zlib (if no --with or --without params were given to configure) there is no "yes" or "no" output and the check for "dbase" just runs off the same line, as per:

checking [...] zlib support... checking [...] dbase [...]

instead of something like:

checking [...] zlib support... no
checking [...] dbase library... no

Not being much of an autoconf user, I'm only guessing that it's because there's effectively no "else" component for the zlib check (like there is for the dbase check, for example).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-31 03:08 UTC] sr
Thank you,
it?s fixed in the latest cvs now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC