-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
due to the use of module on PHP 8.1 we have found a problem into
$cookieNameValues = explode("&", $cookieValue); |
and
$arr = explode("=", $cookieNameValues[$i]); |
when the second param is null (PHP Deprecated: explode(): Passing null to parameter #2
).
Same problem here:
KnownUser.V3.PHP/UserInQueueService.php
Line 224 in 7aa77ab
if (substr($queueDomain, -1) !== "/") |
with
substr
function (PHP Deprecated: substr(): Passing null to parameter #1
).
In our context, the module required by queueit/knownuser throws an error when used on the Magento 2.4.5 context (magento/magento2#35875).
Thank you
Metadata
Metadata
Assignees
Labels
No labels