File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,8 @@ This example constructs a client and passes the following parameters:
118118 :language: php
119119 :copyable: true
120120
121- Troubleshooting
122- ---------------
123-
124- This section addresses issues that you might encounter when using a
125- MongoDB client.
126-
127- Client Persistence Considerations
128- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
121+ Client Persistence
122+ ------------------
129123
130124The ``libmongoc`` library and the {+extension-short+} handle connections
131125to a MongoDB deployment. When you construct a :phpclass:`MongoDB\Client` instance, the
Original file line number Diff line number Diff line change @@ -124,14 +124,8 @@ DNS Service Discovery
124124
125125 $uri = 'mongodb+srv://<hostname>/';
126126
127- Troubleshooting
128- ---------------
129-
130- This section addresses issues that you might encounter when
131- connecting to a MongoDB deployment.
132-
133127Server Selection Errors
134- ~~~~~~~~~~~~~~~~~~~~~~~
128+ -----------------------
135129
136130The following code shows possible server selection error
137131messages that your application might generate:
You can’t perform that action at this time.
0 commit comments