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