xmlrpc.inc: removed deprecated xmlrpc_backslash global
authorSamu Voutilainen <smar@smar.fi>
Wed, 21 May 2014 11:55:16 +0000 (14:55 +0300)
committerSamu Voutilainen <smar@smar.fi>
Wed, 21 May 2014 11:55:16 +0000 (14:55 +0300)
ChangeLog
lib/xmlrpc.inc

index f755e5e..a4ca76e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 \r
        * removed obsolete xml.so open; dl() is deprecated and removed from 5.3.0\r
        * removed deprecated xmlEntities\r
+       * removed deprecated xmlrpc_backslash\r
 \r
 2014-02-03 - G. Giunta (giunta.gaetano@gmail.com)\r
 \r
index 19e742e..b7adaee 100644 (file)
        // let XML parse errors start at 100\r
        $GLOBALS['xmlrpcerrxml']=100;\r
 \r
-       // formulate backslashes for escaping regexp\r
-       // Not in use anymore since 2.0. Shall we remove it?\r
-       /// @deprecated\r
-       $GLOBALS['xmlrpc_backslash']=chr(92).chr(92);\r
-\r
        // set to TRUE to enable correct decoding of <NIL/> and <EX:NIL/> values\r
        $GLOBALS['xmlrpc_null_extension']=false;\r
 \r