1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

PHPC-2643: Document using PIE to install ext-mongodb (#5052)

* Update note about required PHP version

* PHPC-2643: Document using PIE to install ext-mongodb
This commit is contained in:
Andreas Braun
2025-12-22 15:05:45 +01:00
committed by GitHub
parent b759662494
commit 6536bde9ac
2 changed files with 17 additions and 1 deletions

View File

@@ -4,6 +4,22 @@
<section xml:id="mongodb.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<section xml:id="mongodb.installation.pie">
<title>Installing the MongoDB PHP Extension with PIE</title>
&pecl.moving.to.pie;
<para>
To install the MongoDB extension using PIE, run the following command:
<programlisting role="shell">
<![CDATA[
pie install mongodb/mongodb-extension
]]>
</programlisting>
</para>
</section>
<section xml:id="mongodb.installation.pecl">
<title>Installing the MongoDB PHP Extension with PECL</title>

View File

@@ -7,7 +7,7 @@
<section xml:id="mongodb.requirements">
&reftitle.required;
<para>
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.
</para>
<para>