php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45572 mbstring/libmbfl visibility issue
Submitted: 2008-07-20 17:36 UTC Modified: 2008-07-21 16:12 UTC
From: Fedora at FamilleCollet dot com Assigned: moriyoshi (profile)
Status: Closed Package: mbstring related
PHP Version: 5.3CVS-2008-07-20 (snap) OS: Linux (Fedora 9)
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: Fedora at FamilleCollet dot com
New email:
PHP Version: OS:

 

 [2008-07-20 17:36 UTC] Fedora at FamilleCollet dot com
Description:
------------
After successful compilation (gcc 4.3.0) pecl shared extension which use mbstring (mailparse) doesn't load.

Simple proposal patch fixes this issue :
http://remi.fedorapeople.org/php-5.3.0-visibility3.patch



Reproduce code:
---------------
php -m | grep mail


Expected result:
----------------
mailparse

Actual result:
--------------
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mailparse.so' - /usr/lib64/php/modules/mailparse.so: undefined symbol: mbfl_name2no_encoding in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-21 14:59 UTC] Fedora at FamilleCollet dot com
Tested with php5.3-200807211430.

That's ok.

Thank's for the quick patch merge.

Remi.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC