campbell-m

Results 5 issues of campbell-m

If curl is not available, or `curl_exec()` has been disabled, as it is on some systems, there is no alternative used, eg using `stream_context_create()` and `file_get_contents()`.

Enhancement

Running QRCode against PHP 8.4.0alpha1 gives a number of E_DEPRECATED error messages, eg ~~~text E_DEPRECATED in C:\inetpub\wwwroot\abcd\lib\chillerlan\QRCode\QRCode.php at line 80 chillerlan\QRCode\QRCode::render(): Implicitly marking parameter $data as nullable is deprecated, the...

PHP deprecation

When running against the alpha releases of PHP 8.4 a number of E_DEPRECATED messages are generated. For example, ~~~text E_DEPRECATED in C:\inetpub\wwwroot\xxxx\lib\CAS.php at line 348 phpCAS::client(): Implicitly marking parameter $sessionHandler...

Fix implicit marking of parameters as nullable, deprecated in PHP 8.4

Fix "Implicitly marking parameter as nullable" deprecation messages generated when running under PHP 8.4. See GitHub Issue #442.