ok.. here is how to fix it. i asked my tech at Phat Servers (HIGHLY suggest them by the way)
I was told:
Had to use the libxml2 version that’s in freebsd ports.
Looks like the 2.7.x versions have the bug.
libxml2 Version => 2.6.32
I found this on another site…. this is something to copy/paste to your host if you don’t run your own box.
The fix for cPanel servers is to create a file called
all_php5 under /var/cpanel/easy/apache/rawopts/ and add the following
two lines then recompile Apache:
-with-expat=builtin
-with-libexpat-dir=/usr/lib
For those who are not using cPanel but instead manually compile PHP,
the fix is to add the following line after the other ./configuration
options then build as usual:
–with-expat=builtin –with-libexpat-dir=/usr/lib
bump… anyone know how to fix this?