1- ---
2- name : Bug Report
3- about : Create a report to help us improve
4- title : ' '
5- labels : ' '
6- assignees : ' '
7-
8- ---
9-
101<!--
112You are about to open an issue for the MongoDB PHP extension. If you instead
123intended to report an issue with the MongoDB PHP library, please do so via its
@@ -24,8 +15,7 @@ project, please create a vulnerability report[^2].
2415<!--
2516Briefly describe the issue. Feel free to cross-reference your report with any
2617other related GitHub or JIRA issues for additional context. Before reporting an
27- issue, check that you are using the most recent version of the extension and
28- library.
18+ issue, check that you are using the most recent version of the driver.
2919-->
3020
3121### Environment
@@ -35,6 +25,13 @@ What operating system and PHP version are you using? Mention if PHP was
3525installed through a third-party bundle (e.g. MAMP, XAMPP) and report its version
3626if applicable.
3727
28+ What version of MongoDB are you using? Include details about the topology (e.g.
29+ replica set, sharded cluster) and how you are connecting to the database (e.g.
30+ TLS connections, authentication). If possible, share your connection string and
31+ additional URI options (be sure to redact any auth credentials). Please specify
32+ whether you are self-hosting the database or using a cloud provider, such as
33+ MongoDB Atlas.
34+
3835Include version information for the extension, libmongoc, and libbson. This may
3936be collected by grepping phpinfo() output:
4037
@@ -52,7 +49,7 @@ collected by running the following from your project's root directory:
5249### Test Script
5350
5451<!--
55- If possible, attach a complete PHP script that can be excuted on its own to
52+ If possible, attach a complete PHP script that can be executed on its own to
5653reproduce the issue. Clarify whether this script can be run from the CLI or if
5754it can must be run through a web SAPI.
5855
0 commit comments