New comment by unrealjo on void-packages repository https://github.com/void-linux/void-packages/pull/44211#issuecomment-1586106828 Comment: 🚀 Testing php8.2-mongodb 🐘 Here are the details of the testing environment: - PHP version: 8.2.4 - PHP Library for MongoDB : ^1.15 - MongoDB PHP driver version: 1.15.3 - MongoDB server version: 6.0.3 Test Scenarios: 1. Established a successful connection to the MongoDB server using the driver. 2. Performed basic CRUD operations (insert, update, delete) on a sample collection. 3. Tested authentication using a username and password. Test Results: - Successfully connected to the MongoDB server. - CRUD operations were performed without any issues. - Authentication with username and password was successful. **Note :** Unfortunately, I encountered an environment conflict that prevents me from testing the PHP 8.1 and PHP 8.0 compatibility with the MongoDB extension at the moment. As a result, I am unable to provide specific test results for these versions.