mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-64223 libraries: PHP7.1 compatibility fixes for Jabber lib
This commit is contained in:
parent
599703e83d
commit
236f56d906
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user