Stupid question: pear/DB

php.internals

Martin Kraemer

21 years ago
A colleague noticed that in an upgrade from 4.3.10 to 4.3.11 the pear/DB extension was no longer installed. The ChangeLog does not mention this. Should it be added to the changelog, and why was it dropped? I didn't completely follow the discussion here... Thanks for any hints, Martin
-- <Martin.Kraemer@Fujitsu-Siemens.com> | Fujitsu Siemens Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730 Munich, Germany

Joe Orton

21 years ago
On Wed, Apr 06, 2005 at 10:03:42AM +0200, Martin Kraemer wrote:
> A colleague noticed that in an upgrade from 4.3.10 to 4.3.11 the > pear/DB extension was no longer installed. The ChangeLog does not > mention this. Should it be added to the changelog, and why was it > dropped? I didn't completely follow the discussion here...
Not only DB, but HTTP, Mail, XML_Parser, Net_Socket, Net_SMTP were all dropped from the tarball. Was this a deliberate change? Will future releases continue to not include these PEAR packages? Regards, joe

Wez Furlong

21 years ago
Greg might be able to answer this, --Wez. On Apr 6, 2005 11:37 AM, Joe Orton <jorton@redhat.com> wrote:

Greg Beaver

21 years ago
Wez Furlong wrote:
>Greg might be able to answer this, > >--Wez. > >On Apr 6, 2005 11:37 AM, Joe Orton <jorton@redhat.com> wrote: > > >>On Wed, Apr 06, 2005 at 10:03:42AM +0200, Martin Kraemer wrote: >> >> >>>A colleague noticed that in an upgrade from 4.3.10 to 4.3.11 the >>>pear/DB extension was no longer installed. The ChangeLog does not >>>mention this. Should it be added to the changelog, and why was it >>>dropped? I didn't completely follow the discussion here... >>> >>> >>Not only DB, but HTTP, Mail, XML_Parser, Net_Socket, Net_SMTP were all >>dropped from the tarball. Was this a deliberate change? Will future >>releases continue to not include these PEAR packages? >> >>
Yes. To understand the decision, it is best to read the pear-dev and pear-core archives. Downloading and installing these packages is simple, and keeping them up to date was proving to be impossible. It was introducing potential security risks as well (older versions may not contain critical fixes) Greg