1
- ---
2
- name : Bug Report
3
- about : Create a report to help us improve
4
- title : ' '
5
- labels : ' '
6
- assignees : ' '
7
-
8
- ---
9
-
10
1
<!--
11
2
You are about to open an issue for the MongoDB PHP extension. If you instead
12
3
intended 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].
24
15
<!--
25
16
Briefly describe the issue. Feel free to cross-reference your report with any
26
17
other 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.
29
19
-->
30
20
31
21
### Environment
@@ -35,6 +25,13 @@ What operating system and PHP version are you using? Mention if PHP was
35
25
installed through a third-party bundle (e.g. MAMP, XAMPP) and report its version
36
26
if applicable.
37
27
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
+
38
35
Include version information for the extension, libmongoc, and libbson. This may
39
36
be collected by grepping phpinfo() output:
40
37
@@ -52,7 +49,7 @@ collected by running the following from your project's root directory:
52
49
### Test Script
53
50
54
51
<!--
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
56
53
reproduce the issue. Clarify whether this script can be run from the CLI or if
57
54
it can must be run through a web SAPI.
58
55
0 commit comments