simplesamlphp / simplesamlphp

SimpleSAMLphp is an application written in native PHP that deals with authentication.
https://simplesamlphp.org
GNU Lesser General Public License v2.1
1.07k stars 679 forks source link

Remove use of deprecated each() function (as of PHP 7.2) #791

Closed bkosborne closed 6 years ago

bkosborne commented 6 years ago

https://github.com/simplesamlphp/simplesamlphp/blob/master/modules/authYubiKey/libextinc/Yubico.php#L140

The each() function is deprecated as of PHP 7.2

tvdijen commented 6 years ago

This has been fixed on master