From a8786281113a1b6709ea33acb11642e38cae9ef3 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Thu, 18 Dec 2025 15:00:22 +0100 Subject: [PATCH 1/2] Update note about required PHP version --- reference/mongodb/setup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongodb/setup.xml b/reference/mongodb/setup.xml index 03ee46ef603f..02832c480ad7 100644 --- a/reference/mongodb/setup.xml +++ b/reference/mongodb/setup.xml @@ -7,7 +7,7 @@
&reftitle.required; - As of version 1.16.0, the extension requires PHP 7.2 or higher. Previous + As of version 1.21.0, the extension requires PHP 8.1 or higher. Previous versions of the extension allow compatibility with older PHP versions. From 7b30a742b0bed6eff65fe6479424e0caeb988183 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 19 Dec 2025 16:29:03 +0100 Subject: [PATCH 2/2] PHPC-2643: Document using PIE to install ext-mongodb --- reference/mongodb/configure.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml index 07bcba2386a4..109f1b595681 100644 --- a/reference/mongodb/configure.xml +++ b/reference/mongodb/configure.xml @@ -4,6 +4,22 @@
&reftitle.install; +
+ Installing the MongoDB PHP Extension with PIE + + &pecl.moving.to.pie; + + + To install the MongoDB extension using PIE, run the following command: + + + + + +
+
Installing the MongoDB PHP Extension with PECL