[DOC-CVS] [doc-en] master: Added note about PIE to a few PECL help pages (#4755)
[email protected] (James Titcumb via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: James Titcumb (asgrim)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2025-07-03T17:29:19+01:00
Commit: https://github.com/php/doc-en/commit/cb6d65ebe2412bbaef6d1edd076911539f1aceda
Raw diff: https://github.com/php/doc-en/commit/cb6d65ebe2412bbaef6d1edd076911539f1aceda.diff
Added note about PIE to a few PECL help pages (#4755)
Changed paths:
M install/pecl.xml
M language-snippets.ent
Diff:
diff --git a/install/pecl.xml b/install/pecl.xml
index a63a7970e455..891638a46122 100644
--- a/install/pecl.xml
+++ b/install/pecl.xml
@@ -6,6 +6,7 @@
<sect1 xml:id="install.pecl.intro">
<title>Introduction to PECL Installations</title>
+ &pecl.moving.to.pie;
<simpara>
&link.pecl; is a repository of PHP extensions that are made available via the
<link xlink:href="&url.php.pear;">PEAR</link>
@@ -46,6 +47,7 @@
<sect1 xml:id="install.pecl.downloads">
<title>Downloading PECL extensions</title>
+ &pecl.moving.to.pie;
<simpara>
There are several options for downloading PECL extensions, such as:
</simpara>
@@ -119,6 +121,7 @@ $ svn checkout https://svn.php.net/repository/pecl/extname/trunk extname
<sect1 xml:id="install.pecl.windows">
<title>Installing a PHP extension on Windows</title>
+ &pecl.moving.to.pie;
<para>
There are two ways to load a PHP extension on Windows: either compile it into
PHP, or load the DLL.
diff --git a/language-snippets.ent b/language-snippets.ent
index 16441f8ed6fc..399989611245 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -2213,6 +2213,14 @@ for this <acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym> extension
<!ENTITY pecl.moved-ver 'This extension has been moved to the &link.pecl;
repository and is no longer bundled with PHP as of PHP '>
+<!ENTITY pecl.moving.to.pie '<note xmlns="http://docbook.org/ns/docbook">
+ <simpara>
+ PHP Installer for Extensions (<acronym>PIE</acronym>) is a new tool that will deprecate PECL.
+ We recommend using PIE to install extensions.
+ Find out more at <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/php/pie">https://github.com/php/pie</link>
+ </simpara>
+</note>'>
+
<!ENTITY warn.pecl.unmaintained '<warning xmlns="http://docbook.org/ns/docbook">
<simpara>This extension is <emphasis>unmaintained</emphasis>.</simpara>
</warning>'>