open-lms-open-source / moodle-local_redislock

6 stars 17 forks source link

Deprecated warnings for http_build_query() #17

Open mstimvol opened 1 year ago

mstimvol commented 1 year ago

I've updated my Moodle to 4.1.2 with PHP 8.1.18. Since the update, I'm getting the following warnings:

Deprecated
: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in
/var/www/html/local/redislock/classes/lock/redis_lock_factory.php
on line
427

Deprecated
: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in
/var/www/html/local/redislock/classes/lock/redis_lock_factory.php
on line
427

Deprecated
: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in
/var/www/html/local/redislock/classes/lock/redis_lock_factory.php
on line
427