php5 and bundled extensions vs PECL

php.internals

Curt Zirzow

22 years ago
I noticed that the zip extension is no longer in the cvs tree. Am I correct in thinking that it has been moved out of the bundled package of php and into PECL? Is there a list of extensions that have been moved that I can obtain, so the documentation can reflect that change? Curt
-- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid!

Derick Rethans

22 years ago
On Fri, 25 Jun 2004, Curt Zirzow wrote:
> > I noticed that the zip extension is no longer in the cvs tree. Am I > correct in thinking that it has been moved out of the bundled > package of php and into PECL? > > Is there a list of extensions that have been moved that > I can obtain, so the documentation can reflect that change?
Read the release notes: http://www.php.net/ChangeLog-5.php#5.0.0RC3 Derick