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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 19:01:35 2025 UTC