File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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.
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
22132213<!ENTITY pecl.moved-ver 'This extension has been moved to the &link.pecl;
22142214repository 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 >'>
You can’t perform that action at this time.
0 commit comments