From 5651cff014a88d7d3b62ebddc708407033b8e3e5 Mon Sep 17 00:00:00 2001 From: Samu Voutilainen Date: Wed, 21 May 2014 14:55:16 +0300 Subject: [PATCH] xmlrpc.inc: removed deprecated xmlrpc_backslash global --- ChangeLog | 1 + lib/xmlrpc.inc | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f755e5ea..a4ca76ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * removed obsolete xml.so open; dl() is deprecated and removed from 5.3.0 * removed deprecated xmlEntities + * removed deprecated xmlrpc_backslash 2014-02-03 - G. Giunta (giunta.gaetano@gmail.com) diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 19e742e2..b7adaee5 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -195,11 +195,6 @@ // let XML parse errors start at 100 $GLOBALS['xmlrpcerrxml']=100; - // formulate backslashes for escaping regexp - // Not in use anymore since 2.0. Shall we remove it? - /// @deprecated - $GLOBALS['xmlrpc_backslash']=chr(92).chr(92); - // set to TRUE to enable correct decoding of and values $GLOBALS['xmlrpc_null_extension']=false; -- 2.47.0