From 9cfbf09561695e48ada528b83ecabb2a59c7c154 Mon Sep 17 00:00:00 2001 From: Samu Voutilainen Date: Wed, 21 May 2014 14:31:10 +0300 Subject: [PATCH] xmlrpc.inc: remove deprecated xmlEntities --- ChangeLog | 1 + lib/xmlrpc.inc | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) 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(); -- 2.43.0