From: Samu Voutilainen Date: Wed, 21 May 2014 11:31:10 +0000 (+0300) Subject: xmlrpc.inc: remove deprecated xmlEntities X-Git-Tag: 4.0.0-alpha^2~212^2~4^2~10 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=9cfbf09561695e48ada528b83ecabb2a59c7c154 xmlrpc.inc: remove deprecated xmlEntities --- diff --git a/ChangeLog b/ChangeLog index 1ac38ee..f755e5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2014-05-12 - Samu Voutilainen (smar@smar.fi) * removed obsolete xml.so open; dl() is deprecated and removed from 5.3.0 + * removed deprecated xmlEntities 2014-02-03 - G. Giunta (giunta.gaetano@gmail.com) diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index d87f6eb..19e742e 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -86,16 +86,6 @@ $GLOBALS['xmlrpcNull']='null'; $GLOBALS['xmlrpcTypes']['null']=1; - // Not in use anymore since 2.0. Shall we remove it? - /// @deprecated - $GLOBALS['xmlEntities']=array( - 'amp' => '&', - 'quot' => '"', - 'lt' => '<', - 'gt' => '>', - 'apos' => "'" - ); - // tables used for transcoding different charsets into us-ascii xml $GLOBALS['xml_iso88591_Entities']=array();