LightOpenID icon indicating copy to clipboard operation
LightOpenID copied to clipboard

Fix PHP8 Deprecation warnings

Open Alydus opened this issue 4 years ago • 1 comments

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

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

Alydus avatar Mar 26 '21 12:03 Alydus

test this fork - https://github.com/aurimasval/LightOpenID/blob/master/openid.php

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

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

AzamatTahirovich avatar Sep 22 '24 16:09 AzamatTahirovich