[Tickets #13928] Re: xmlns:v= in some mails
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Apr 2 18:08:22 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13928
------------------------------------------------------------------------------
Ticket | 13928
Updated By | leandro.damascena at gmail.com
Summary | xmlns:v= in some mails
Queue | IMP
Version | 6.2.7
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
leandro.damascena at gmail.com (2015-04-02 18:08) wrote:
Michael, the problem is not specific with tidy extension.. I think the
problem is dom + xmllib.. I've updated my server to CentOs 6.5 and
works fine.. Looking to code and function return, I have two
differents returns and in old server return wrong.
"./framework/Util/lib/Horde/Domhtml.php"
Line 86:
$doc->loadHTML($this->_xmlencoding .
Horde_String::convertCharset($text, $charset, 'UTF-8'));
Here is my php libs and version
NEW SERVER
libexslt.so.0 => /usr/lib64/libexslt.so.0 (0x00007f4dcfee3000)
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007f4dcd2ec000)
php -i |grep -i dom
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
session.cookie_domain => no value => no value
php -i |grep -i xml
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.6
libxml
libXML support => active
libXML Compiled Version => 2.7.6
libXML Loaded Version => 20706
libXML streams => enabled
mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml)
=> ^(text/|application/xhtml\+xml)
SimpleXML
Simplexml support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.6
xmlreader
XMLReader => enabled
xmlrpc
core library version => xmlrpc-epi v. 0.51
homepage => http://xmlrpc-epi.sourceforge.net
xmlwriter
XMLWriter => enabled
libxslt compiled against libxml Version => 2.7.6
OLD SERVER
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x000000374c300000)
libxslt.so.1 => /usr/lib64/libxslt.so.1 (0x0000003749b00000)
php -i |grep -i dom
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
session.cookie_domain => no value => no value
php -i |grep -i xml
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.7
libxml
libXML support => active
libXML Compiled Version => 2.7.7
libXML Loaded Version => 20623
libXML streams => enabled
mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml)
=> ^(text/|application/xhtml\+xml)
SimpleXML
Simplexml support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.7
xmlreader
XMLReader => enabled
xmlrpc
core library version => xmlrpc-epi v. 0.51
homepage => http://xmlrpc-epi.sourceforge.net
xmlwriter
XMLWriter => enabled
libxslt compiled against libxml Version => 2.6.23
I hope that is enough to do some compatibility patch .
> That has nothing to do with making sure the tidy extension is installed.
More information about the bugs
mailing list