php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68389 wddx_deserialize: Symbol not found
Submitted: 2014-11-10 10:24 UTC Modified: 2014-12-30 10:42 UTC
From: gmblar+php at gmail dot com Assigned:
Status: No Feedback Package: WDDX related
PHP Version: 5.6.2 OS: Mac OSD 10.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
14 + 27 = ?
Subscribe to this entry?

 
 [2014-11-10 10:24 UTC] gmblar+php at gmail dot com
Description:
------------
wddx_deserialize: Symbol not found

Test script:
---------------
$wddx = wddx_serialize_value('foo');
wddx_deserialize($wddx);

Expected result:
----------------
Nothing

Actual result:
--------------
dyld: lazy symbol binding failed: Symbol not found: _XML_ParserCreate
  Referenced from: /opt/local/lib/php56/extensions/no-debug-non-zts-20131226/wddx.so
  Expected in: flat namespace

dyld: Symbol not found: _XML_ParserCreate
  Referenced from: /opt/local/lib/php56/extensions/no-debug-non-zts-20131226/wddx.so
  Expected in: flat namespace

Trace/BPT trap: 5

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-11-10 10:30 UTC] aharvey@php.net
-Status: Open +Status: Feedback
 [2014-11-10 10:30 UTC] aharvey@php.net
How did you build/install PHP?

Assuming you compiled yourself, does adding --with-libexpat-dir (with the right prefix, if necessary) per https://trac.macports.org/ticket/28249 fix the issue?
 [2014-11-10 14:23 UTC] gmblar+php at gmail dot com
PHP is installed via "sudo port install php56" and the WDDX Extension is installed via "sudo port install php56-wddx".
 [2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 00:01:30 2024 UTC