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
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: q at fan dot net dot au
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 15:01:30 2024 UTC