php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #143 PHP as a module breaks compilation of other modules
Submitted: 1998-03-04 08:30 UTC Modified: 1998-03-04 10:08 UTC
From: q at fan dot net dot au Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0b6 OS: Unix + Apache module
Private report: No CVE-ID: None
 [1998-03-04 08:30 UTC] q at fan dot net dot au
The file mod_php3.module.in is missing a leading $LIBS in
the LIBS= statement.

It should read

LIBS=" $LIBS ....... blah ....... "

With this missing any LIB= statements already executed by 
other module definitions will be lost.

* Discovered while adding module definition support to 
mod_auth_msql module.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-04 10:08 UTC] rasmus
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC