apereo / phpCAS

Apereo PHP CAS Client

Home Page:https://apereo.github.io/phpCAS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecation warning in php 8.1.2

carl-welch opened this issue · comments

PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /path/to/vendor/apereo/phpcas/source/CAS/Client.php on line 1041

Maybe change null to the empty string on line 1040?

$ticket = (isset($_GET['ticket']) ? $_GET['ticket'] : '');

This issue may have been solved with a recent pull

#415

Can you please check against the current master branch?

Yes, I was looking at the v1.4.0 release and didn't think to look at master. Sorry about that. Looks great, tnx.