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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Tue Mar 19 06:01:30 2024 UTC