We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
in a PHP 8.2 environment we get the following message
21.04.2023 - 08:40:39: Host: 7e06fbee8845 Pid: 2879 User-ID: 1 Message: Use of "self" in callables is deprecated Method: array_map(&array(2), &array(5)) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:180 in // Line Trace: array_map(&array(2), &array(5)) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:180 <- Alcaeus\MongoDbAdapter\TypeConverter::convertBSONObjectToLegacy(&object) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:79 <- Alcaeus\MongoDbAdapter\TypeConverter::toLegacy(&object) <- array_map(&array(2), &array(243)) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:180 <- Alcaeus\MongoDbAdapter\TypeConverter::convertBSONObjectToLegacy(&object) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:79 <- Alcaeus\MongoDbAdapter\TypeConverter::toLegacy(&object) <- array_map(&array(2), &array(3)) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:180 <- Alcaeus\MongoDbAdapter\TypeConverter::convertBSONObjectToLegacy(&object) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/TypeConverter.php:79 <- Alcaeus\MongoDbAdapter\TypeConverter::toLegacy(&object) @ /var/www/xhgui/vendor/alcaeus/mongo-php-adapter/lib/Mongo/MongoCollection.php:568 <- MongoCollection->findOne() @ /var/www/xhgui/vendor/perftools/xhgui-collector/src/Xhgui/Saver.php:46 <- Xhgui_Saver::factory(&array(14)) @ /var/www/xhgui/vendor/perftools/xhgui-collector/external/header.php:208 <- {closure}()
As far as I could determine MongoDBAdapter is discontinued and xhgui-collector is archived.
So, is there a plan for PHP 8.2? Thank you very much!
The text was updated successfully, but these errors were encountered:
there's no xhgui-collector in latest version:
start by making reproducible bug report!
Sorry, something went wrong.
No branches or pull requests
Hi.
in a PHP 8.2 environment we get the following message
As far as I could determine MongoDBAdapter is discontinued and xhgui-collector is archived.
So, is there a plan for PHP 8.2?
Thank you very much!
The text was updated successfully, but these errors were encountered: