From b1831025c84262aa25b67bf2c32ac5194405d881 Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Thu, 10 Jul 2025 03:29:46 -0400 Subject: [PATCH] DOCSP-50960: Install PHP ext with pie (#3419) (cherry picked from commit a77aa60df132a8ec0d3f18c0bae652e5ee5a969a) --- docs/quick-start/download-and-install.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick-start/download-and-install.txt b/docs/quick-start/download-and-install.txt index 293425791..f6a44a264 100644 --- a/docs/quick-start/download-and-install.txt +++ b/docs/quick-start/download-and-install.txt @@ -47,9 +47,9 @@ to a Laravel web application. .. step:: Install the {+php-extension+} {+odm-long+} requires the {+php-extension+} to manage MongoDB - connections and commands. - Follow the :php:`Installing the MongoDB PHP Driver with PECL - ` guide to install the {+php-extension+}. + connections and commands. To learn how to install the {+php-extension+}, see + the `Install the MongoDB PHP extension `__ + step of the Get Started with the PHP Library guide. .. step:: Install Laravel