Skip to content
New issue

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

PHP updates #44211

Merged
merged 9 commits into from
Jun 17, 2023
Merged

PHP updates #44211

merged 9 commits into from
Jun 17, 2023

Conversation

TinfoilSubmarine
Copy link
Contributor

Testing the changes

  • I tested the changes in this PR: YES

closes #42042 (the php8.[012]-mongodb packages do need further testing as I don't have a local mongodb instance, pinging @unrealjo if you are still interested)

@unrealjo
Copy link
Contributor

unrealjo commented Jun 1, 2023

@TinfoilSubmarine I will make sure to test changes as soon as possible

@unrealjo
Copy link
Contributor

unrealjo commented Jun 11, 2023

🚀 Testing php8.2-mongodb 🐘

Here are the details of the testing environment:

  • PHP version: 8.2.4
  • PHP Library for MongoDB : ^1.15
  • MongoDB extension 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.

@paper42 paper42 merged commit 55d70d5 into void-linux:master Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package request: php8.1-mongodb
3 participants