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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Apr 25 02:01:30 2024 UTC