Warning: dl() [function.dl]: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/wbxml/wbxml_ext/wbxml.so' - /usr/lib/php5/20060613+lfs/wbxml/wbxml_ext/wbxml.so: cannot open shared object file: No such file or directory in /var/www/phpsyncml/index.php on line 52
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: dl() [function.dl]: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/wbxml/wbxml_ext/wbxml.so' - /usr/lib/php5/20060613+lfs/wbxml/wbxml_ext/wbxml.so: cannot open shared object file: No such file or directory in /var/www/phpsyncml/index.php on line 52
Fatal error: Call to undefined function wbxml2xml() in /var/www/phpsyncml/index.php on line 82
You must load the PECL library WBXML.
http://pecl.php.net/package/WBXML
just replace "wbxml2xml" in code to "wbxml_decode"