• libxml2-fix v0.2.3 does not work when libxml2 2.6.2 is installed. Here is what the plugin code should look like for compatilibity with all version of libxml2 below 2.7. The “IF” conditional should be:

    if ((LIBXML_DOTTED_VERSION <= '2.7.2') || ((LIBXML_DOTTED_VERSION == '2.7.3') && version_compare( PHP_VERSION, '5.2.9', '<')))

    Once I made this change, xmlrpc no longer stripped out brackets so I am now able to upload images with posts via workpress iphone app.

    Hope this helps.

The topic ‘libxml2-fix broken’ is closed to new replies.