Skip to content

WordPress Plugin Update: LibXML2 Fix

29 Dec 2009

A small update to the LibXML2 Fix WordPress plugin is now available, version 0.2.3.

The only change was the addition of 2.6.27 to the list of libxml versions that the plugin looks for. I’ve had a few reports that this version also has problems with stripping brackets.

For those that haven’t been following this problem here’s the short version of the story. Some combinations of libxml and PHP don’t play nice with each other, the result being that brackets get stripped out of XML content. This is a particular problem for XML-RPC requests in WordPress. This plugin injects a small hack into the XML-RPC data before it gets processed in an attempt to preserve the brackets.

Related posts:

  1. WordPress & libxml2 Episode IV: A New Plugin
  2. Plugin – LibXML2 Fix
  3. Update On libxml2 Issues
  4. rssCloud WordPress Plugin Update – 0.4.1
  5. Problems With libxml2 For WordPress XML-RPC Users

From → Posts

2 Comments
  1. Hi Joseph

    Thanks for the fix. FYI according to bluehost.com, I am running running php 5.2.11 and libxml 2.7.3, so I changed the plugin to add those versions, and still no joy.

    So now, a brute force approach was used – remove the “if” statement :-)

    Workinh now.

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS