oneall / social-login-phpbb

Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
https://docs.oneall.com/plugins/guide/social-login-phpbb/
52 stars 33 forks source link

php each() function deprecated, will be removed PHP 8. #81

Open gsreeves opened 2 years ago

gsreeves commented 2 years ago

In the file upload/oneall/sociallogin/core/helper.php the each() function is used twice. This function will be removed in PHP 8: https://www.php.net/manual/en/function.each.php

It will not be quite as simple as replacing with foreach() since the use of each() is just part of a logic of controlling iteration in a while().