Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions reference/mongodb/configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down