Skip to content

Commit cb6d65e

Browse files
authored
Added note about PIE to a few PECL help pages (#4755)
1 parent 48220b9 commit cb6d65e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

install/pecl.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<sect1 xml:id="install.pecl.intro">
88
<title>Introduction to PECL Installations</title>
9+
&pecl.moving.to.pie;
910
<simpara>
1011
&link.pecl; is a repository of PHP extensions that are made available via the
1112
<link xlink:href="&url.php.pear;">PEAR</link>
@@ -46,6 +47,7 @@
4647

4748
<sect1 xml:id="install.pecl.downloads">
4849
<title>Downloading PECL extensions</title>
50+
&pecl.moving.to.pie;
4951
<simpara>
5052
There are several options for downloading PECL extensions, such as:
5153
</simpara>
@@ -119,6 +121,7 @@ $ svn checkout https://svn.php.net/repository/pecl/extname/trunk extname
119121

120122
<sect1 xml:id="install.pecl.windows">
121123
<title>Installing a PHP extension on Windows</title>
124+
&pecl.moving.to.pie;
122125
<para>
123126
There are two ways to load a PHP extension on Windows: either compile it into
124127
PHP, or load the DLL.

language-snippets.ent

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,6 +2213,14 @@ for this <acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym> extension
22132213
<!ENTITY pecl.moved-ver 'This extension has been moved to the &link.pecl;
22142214
repository and is no longer bundled with PHP as of PHP '>
22152215

2216+
<!ENTITY pecl.moving.to.pie '<note xmlns="http://docbook.org/ns/docbook">
2217+
<simpara>
2218+
PHP Installer for Extensions (<acronym>PIE</acronym>) is a new tool that will deprecate PECL.
2219+
We recommend using PIE to install extensions.
2220+
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>
2221+
</simpara>
2222+
</note>'>
2223+
22162224
<!ENTITY warn.pecl.unmaintained '<warning xmlns="http://docbook.org/ns/docbook">
22172225
<simpara>This extension is <emphasis>unmaintained</emphasis>.</simpara>
22182226
</warning>'>

0 commit comments

Comments
 (0)