File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<sect1 xml : id =" install.pecl.intro" >
8
8
<title >Introduction to PECL Installations</title >
9
+ &pecl.moving.to.pie;
9
10
<simpara >
10
11
&link.pecl; is a repository of PHP extensions that are made available via the
11
12
<link xlink : href =" &url.php.pear; " >PEAR</link >
46
47
47
48
<sect1 xml : id =" install.pecl.downloads" >
48
49
<title >Downloading PECL extensions</title >
50
+ &pecl.moving.to.pie;
49
51
<simpara >
50
52
There are several options for downloading PECL extensions, such as:
51
53
</simpara >
@@ -119,6 +121,7 @@ $ svn checkout https://svn.php.net/repository/pecl/extname/trunk extname
119
121
120
122
<sect1 xml : id =" install.pecl.windows" >
121
123
<title >Installing a PHP extension on Windows</title >
124
+ &pecl.moving.to.pie;
122
125
<para >
123
126
There are two ways to load a PHP extension on Windows: either compile it into
124
127
PHP, or load the DLL.
Original file line number Diff line number Diff line change @@ -2213,6 +2213,14 @@ for this <acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym> extension
2213
2213
<!ENTITY pecl.moved-ver 'This extension has been moved to the &link.pecl;
2214
2214
repository and is no longer bundled with PHP as of PHP '>
2215
2215
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
+
2216
2224
<!ENTITY warn.pecl.unmaintained '<warning xmlns =" http://docbook.org/ns/docbook" >
2217
2225
<simpara >This extension is <emphasis >unmaintained</emphasis >.</simpara >
2218
2226
</warning >'>
You can’t perform that action at this time.
0 commit comments