Re: [PHP-DEV] New "PECL"

2023-12-11 Thread Pierre Joye
On Mon, Dec 11, 2023, 11:21 PM Larry Garfield wrote: > On Mon, Dec 11, 2023, at 9:46 AM, Derick Rethans wrote: > > > Yeah, I understand. And I feel the same. But if there is no registry (a > > goal), then there is no way to find out which of your extension version > > support a specific PHP versi

Re: [PHP-DEV] New "PECL"

2023-12-11 Thread Larry Garfield
On Mon, Dec 11, 2023, at 9:46 AM, Derick Rethans wrote: > Yeah, I understand. And I feel the same. But if there is no registry (a > goal), then there is no way to find out which of your extension version > support a specific PHP version, without checking every tag in your > repository. That's n

Re: [PHP-DEV] New "PECL"

2023-12-11 Thread Robert Landers
On Mon, Dec 11, 2023 at 10:59 AM Derick Rethans wrote: > > On Thu, 7 Dec 2023, Remi Collet wrote: > > > Le 05/12/2023 à 14:45, Derick Rethans a écrit : > > > https://docs.google.com/document/d/1_N0E9xo3jn9aKrIZHIbTYaY5lXw71BpSO6-it4cRpDo > > > > > > In this first stage, we would like to invite you

Re: [PHP-DEV] New "PECL"

2023-12-11 Thread Derick Rethans
On Thu, 7 Dec 2023, Remi Collet wrote: > Le 05/12/2023 à 14:45, Derick Rethans a écrit : > > https://docs.google.com/document/d/1_N0E9xo3jn9aKrIZHIbTYaY5lXw71BpSO6-it4cRpDo > > > > In this first stage, we would like to invite you in commenting on the > > document (either inline, or here). > > As

Re: [PHP-DEV] New "PECL"

2023-12-11 Thread Derick Rethans
On Wed, 6 Dec 2023, Tim Starling wrote: > On 6/12/23 00:45, Derick Rethans wrote: > > The code is old, and hard to maintain. And the database is full of > > mojibake. It is also an outdated method of installing things, > > especially because userland code is so much easier to handle through > >

Re: [PHP-DEV] New "PECL"

2023-12-07 Thread Pierre Joye
Hello Tim, On Wed, Dec 6, 2023 at 9:05 AM Tim Starling wrote: > Have you considered keeping the support matrix in the registry > database, instead of in pecl.json? Then it can be updated with new > build/test information after release. We do it for windows, used by pickle, you can see one part

Re: [PHP-DEV] New "PECL"

2023-12-06 Thread Remi Collet
Le 05/12/2023 à 14:45, Derick Rethans a écrit : https://docs.google.com/document/d/1_N0E9xo3jn9aKrIZHIbTYaY5lXw71BpSO6-it4cRpDo In this first stage, we would like to invite you in commenting on the document (either inline, or here). As inline requires a Google account... > priority (optional)

Re: [PHP-DEV] New "PECL"

2023-12-05 Thread Tim Starling
On 6/12/23 00:45, Derick Rethans wrote: The code is old, and hard to maintain. And the database is full of mojibake. It is also an outdated method of installing things, especially because userland code is so much easier to handle through Composer. Thanks for working on this. I would say that o

Re: [PHP-DEV] New "PECL"

2023-12-05 Thread Paul Dragoonis
On Tue, Dec 5, 2023 at 3:25 PM Paul Dragoonis wrote: > > > On Tue, Dec 5, 2023 at 3:21 PM Pierre Joye wrote: > >> On Tue, Dec 5, 2023, 10:13 PM Pierre Joye wrote: >> >> > >> > >> > You may mention https://github.com/FriendsOfPHP/pickle >> > >> > which supports pecl.php.net pear format, compose

Re: [PHP-DEV] New "PECL"

2023-12-05 Thread Paul Dragoonis
On Tue, Dec 5, 2023 at 3:21 PM Pierre Joye wrote: > On Tue, Dec 5, 2023, 10:13 PM Pierre Joye wrote: > > > > > > > You may mention https://github.com/FriendsOfPHP/pickle > > > > which supports pecl.php.net pear format, composer like support, and > > conversion to composer format. > > > > I did

Re: [PHP-DEV] New "PECL"

2023-12-05 Thread Pierre Joye
On Tue, Dec 5, 2023, 10:13 PM Pierre Joye wrote: > > > You may mention https://github.com/FriendsOfPHP/pickle > > which supports pecl.php.net pear format, composer like support, and > conversion to composer format. > > I did a website as well as a test bed and we had a long with the composer > t

Re: [PHP-DEV] New "PECL"

2023-12-05 Thread Pierre Joye
Hi Derick, On Tue, Dec 5, 2023, 8:45 PM Derick Rethans wrote: > Hi there! > > Within the PHP Foundation, we have been talking for a while as what to > do with PECL, and its website. > > The code is old, and hard to maintain. And the database is full of > mojibake. It is also an outdated method o