Merge branch 'MDL-64223-35' of https://github.com/snake/moodle into MOODLE_35_STABLE
This commit is contained in:
@@ -126,11 +126,11 @@ class XMPPHP_XMLStream {
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $until = '';
|
||||
protected $until = [];
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $until_count = '';
|
||||
protected $until_count = [];
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
||||
@@ -2,3 +2,4 @@ Description of XMPPHP (aka jabber) version 0.1rc2-r77 library import into Moodle
|
||||
|
||||
MDL-20876 - replaced deprecated split() with explode()
|
||||
MDL-52335 - PHP7 variable syntax changes
|
||||
MDL-64223 - PHP7.1 compatibility changes
|
||||
|
||||
Reference in New Issue
Block a user