php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3231 php3_dl(...) looks for `get_module' but my compiler sets this to _get_module
Submitted: 2000-01-17 06:55 UTC Modified: 2000-08-20 02:17 UTC
From: john at dryfish dot org Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.14 OS: OpenBSD
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: john at dryfish dot org
New email:
PHP Version: OS:

 

 [2000-01-17 06:55 UTC] john at dryfish dot org
Compile a dl with gcc 2.8.1.  The get_module function is stored in the symbol table as _get_module meaning that the dlsym(..., 'get_module') in php3_dl() doesn't find it.

A fix would be to make php3_dl() look for _get_module if the search for get_module failed.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-20 02:17 UTC] sas@php.net
Has been fixed in March 2000. Please upgrade to a later release.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC