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
 [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 25 09:01:29 2024 UTC