php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45388 mbstring fails to load
Submitted: 2008-06-28 17:48 UTC Modified: 2008-06-28 18:06 UTC
From: tswicegood@php.net Assigned:
Status: Closed Package: mbstring related
PHP Version: 5.3CVS-2008-06-28 (CVS) OS: OSX
Private report: No CVE-ID: None
 [2008-06-28 17:48 UTC] tswicegood@php.net
Description:
------------
When trying to load the mbstring extension it fails causing PHP crash.

Reproduce code:
---------------
$ php -d extension=mbstring.so -v

Expected result:
----------------
PHP 5.3.0-dev (cli) (built: Jun 28 2008 12:15:44) 
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies
    with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans




Actual result:
--------------
dyld: NSLinkModule() error
dyld: Symbol not found: _third_arg_force_ref
  Referenced from: /usr/local/lib/php/extensions/no-debug-non-zts-
20071006/mbstring.so
  Expected in: flat namespace

Trace/BPT trap



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-28 18:06 UTC] indeyets@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 17:01:30 2024 UTC