iignatov / LightOpenID

Lightweight PHP5 library for easy OpenID authentication.
MIT License
79 stars 96 forks source link

Fix PHP8 Deprecation warnings #22

Open Alydus opened 3 years ago

Alydus commented 3 years ago

Adds initial PHP8 support, making the library function w/ PHP8

PHP 8 deprecates required parameters after optional parameters in function/method signatures