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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-04 10:08 UTC] rasmus
Fixed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 08:01:29 2025 UTC