|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-10-05 01:46 UTC] ipv4 at mail dot ru
configure ... --with-xml=shared --enable-wddx or --with-xml=shared --enable-wddx=shared doesn't work. wddx support is always compiled in statically and resulting module (or standalone php) becomes unusable as it contains unresolved symbols from xml module. Currently the only way to build php with xml and wddx is to build xml support statically. :( Is that by design? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 05:00:01 2025 UTC |
$ php -r "wddx_deserialize('foo');" dyld: lazy symbol binding failed: Symbol not found: _XML_ParserCreate Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20090626/wddx.so Expected in: flat namespace dyld: Symbol not found: _XML_ParserCreate Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20090626/wddx.so Expected in: flat namespace Trace/BPT trap