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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user