Re: [PECL-DEV] Re: disabling dead pecl extensions from pecl install
[email protected] (Philip Olson)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
> On Tue, Apr 6, 2010 at 5:09 PM, Philip Olson <[email protected]> wrote: >> Hello, >> >> Are there any opinions on this? It appears a someone recently deleted all of 'pecl/pdo' from SVN but that's not really a solution. >> >> Another less than ideal solution available today is to remove releases via the interface, which essentially hides the tgz files. Not sure exactly what that does but after deleting the single pecl/mysql release, 'pecl install mysql' no longer works (which is good). However, doing this feels dirty. On Apr 6, 2010, at 9:03 AM, Pierre Joye wrote: > hi Philip, > > As I told you on IRC already there is no need and no will to remove > the tgz (just like we don't kill older PHP releases) but to remove > ther rest data. Doing so will prevent the install to see the PDO > package. Someone willing to download PDO will clearly see the warning > on the PDO page. How do we edit this data? The primary goal here is to make the likes of 'pecl install pdo' not work. And the secondary goal is to make the likes of 'pecl install filter' not work with PHP 5.2.0+. Regards, Philip