campbell-m
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()`.
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...
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.
I’m getting the error message below when loading WordPress 6.8 using RDA Version 1.2.1 using ~~~php define('WP_USE_THEMES', false); require_once 'path/to/wordpress/wp-load.php'; ~~~ ~~~text E_USER_NOTICE in /home/mydomain/public_html/wp-includes/functions.php at line 6121 Function _load_textdomain_just_in_time...
There are at least a couple of instances of this deprecation message: ~~~text Email\Parse::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead...
I must be missing something! PHPMailer now complains "Using simplified address parser is not recommended. Install the PHP IMAP extension for full RFC822 parsing.", but [the imap extension was deprecated...
There are a couple of places (CurlRequest.php and CurlMultiRequest.php) where `curl_close()` is used. This is now deprecated in PHP 8.5.
### Affected page https://www.php.net/manual/en/class.locale.php ### Issue description The documentation needs to be updated to reflect the addition of Locale::isRightToLeft in PHP 8.5. ### Steps to reproduce _No response_ ### Suggested...