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

Pull Requests

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: Sat Nov 23 00:01:32 2024 UTC