alcaeus / mongo-php-adapter

:link: Adapter to provide ext-mongo interface on top of mongo-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.2 compatibility

dzaharia-godaddy opened this issue · comments

I'm wondering if this lib will get support for PHP 8.2 (released on December 8, 2022`).
The last version of this lib trigger deprecation warnings:

Errno: E_DEPRECATED
ErrMsg: Use of "self" in callables is deprecated
File: [...]/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php
Line: 180

Thanks!

No, it won't: #290 (comment).

Instead of updating to newer and newer PHP version, it's time to ditch anything that's relying on the legacy driver and use the newer, supported driver (which this is using in the background). I will no longer upgrade this library.