From 4c8f8d245876efd495772387f2b3bea33435aee7 Mon Sep 17 00:00:00 2001 From: norareidy Date: Wed, 18 Jun 2025 11:21:18 -0400 Subject: [PATCH] DOCSP-47069: Polling SRV records --- source/connect/connection-targets.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index 003578f3..6a4668c7 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -111,6 +111,19 @@ set this connection option: .. sharedinclude:: dbx/docker-replica-set.rst +.. _php-connection-dns: + +DNS Service Discovery +--------------------- + +.. sharedinclude:: dbx/srv-polling.rst + + .. replacement:: srv-uri + + .. code-block:: php + + $uri = 'mongodb+srv:///'; + API Documentation -----------------