xmlrpc.inc: remove deprecated xmlEntities
authorSamu Voutilainen <smar@smar.fi>
Wed, 21 May 2014 11:31:10 +0000 (14:31 +0300)
committerSamu Voutilainen <smar@smar.fi>
Wed, 21 May 2014 11:33:17 +0000 (14:33 +0300)
ChangeLog
lib/xmlrpc.inc

index 1ac38ee..f755e5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2014-05-12 - Samu Voutilainen (smar@smar.fi)\r
 \r
        * removed obsolete xml.so open; dl() is deprecated and removed from 5.3.0\r
+       * removed deprecated xmlEntities\r
 \r
 2014-02-03 - G. Giunta (giunta.gaetano@gmail.com)\r
 \r
index d87f6eb..19e742e 100644 (file)
        $GLOBALS['xmlrpcNull']='null';\r
        $GLOBALS['xmlrpcTypes']['null']=1;\r
 \r
-       // Not in use anymore since 2.0. Shall we remove it?\r
-       /// @deprecated\r
-       $GLOBALS['xmlEntities']=array(\r
-               'amp'  => '&',\r
-               'quot' => '"',\r
-               'lt'   => '<',\r
-               'gt'   => '>',\r
-               'apos' => "'"\r
-       );\r
-\r
        // tables used for transcoding different charsets into us-ascii xml\r
 \r
        $GLOBALS['xml_iso88591_Entities']=array();\r