As the community moves on from PEAR and migrates to composer, the inclusion of PEAR in the PHP package is starting to make less and less sense.
As PEAR becomes less relevant, we should deprecate bundling it in favor of more modern, community chosen tools — specifically composer.
PEAR however also comprises PECL, so this RFC also proposes that we move to pickle, an alternative written (primarily) by Anatol Belski and Pierre Joye. Pickle is based on composer and backwards compatible with pecl packages as well as supporting RCS systems similar to composer.
We would like to deprecate bundling pear/pecl in 7.2, and unbundle them in 8.0. At the same time, we'd like to include composer/pickle as optional (under build flags --with-composer
and --with-pickle
) for 7.2, then enabled by default in 7.3.
The deprecation would come in the form of updating documentation on php.net (e.g. configure flags) and with a notice at the end of ./configure and during the “make” steps.
PEAR is:
This proposal does not affect 2-4, and only proposes that we deprecate/stop bundling (1), and instead bundle composer as a modern alternative.
Additionally, PECL is:
Because (1) is an alias of the PEAR command-line tool, deprecating/unbundling the latter, will also deprecate/unbundle the former. Therefore we are proposing the inclusion of pickle instead, as a natural (backwards compatible) companion to composer.
None till 8.0, when pear/pecl will be unbundled. If the projects continue to functions, they can continue to provide methods for manual installation.
None
None
None
None
None
As this does not include any language changes, this should be a simple 50%+1 vote. However, this will be discussed before voting begins.
Potential voting choices:
The patch will refactor the current pear make
code to be re-usable by composer/pickle.
After the project is implemented, this section should contain
Keep this updated with features that were discussed on the mail lists.