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

[PHP-DEV] Re: [RFC][Under discussion] RFC1867 for non-POST HTTP verbs

2023-12-05 Thread Ilija Tovilo
Hi everyone On Fri, Oct 6, 2023 at 3:44 PM Ilija Tovilo wrote: > > I'd like to announce an RFC that proposes adding a new function called > parse_post_data() to expose the existing functionality to userland, so > that the mechanism can be used for other HTTP verbs. > > https://wiki.php.net/rfc/rf

[PHP-DEV] Re: [VOTE] [RFC] Final anonymous classes

2023-12-05 Thread Daniil Gentili
Hi all, Thanks for the feedback, sorry the RFC was a bit too thin, given the multiple internals threads I started on the topic, including the latest [RFC] discussion thread, I mistakenly assumed that everyone was already familiar with the topic, even if by just lurking. To reply to some of t

Re: [PHP-DEV] [RFC] Collecting All Policies Into One Repository

2023-12-05 Thread Larry Garfield
On Tue, Dec 5, 2023, at 11:06 AM, Derick Rethans wrote: > Hi! > > A while ago I started looking into all the documents (RFCs etc) that we > have that relate to all sort of policies. From RFCs, to who can vote, > naming, and security classifications as a result of a discussion with > the foundati

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

[PHP-DEV] New "PECL"

2023-12-05 Thread Derick Rethans
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 of installing things, especially because userland code is so much easier to

[PHP-DEV] [RFC] Collecting All Policies Into One Repository

2023-12-05 Thread Derick Rethans
Hi! A while ago I started looking into all the documents (RFCs etc) that we have that relate to all sort of policies. From RFCs, to who can vote, naming, and security classifications as a result of a discussion with the foundations folk. Now there was another small confusion during a recent vo

Re: [PHP-DEV] Inconsistency mbstring functions

2023-12-05 Thread Robert Landers
On Tue, Dec 5, 2023 at 9:43 AM Stefan Schiller via internals wrote: > > On Mon, Dec 4, 2023 at 8:45 PM Alex wrote: > > > > Stefan, > > > >> > >> My biggest concern is that this quirk can cause security issues in > >> user code. I came across this in the first place when discovering an > >> exploi

Re: [PHP-DEV] Inconsistency mbstring functions

2023-12-05 Thread Stefan Schiller via internals
On Mon, Dec 4, 2023 at 8:45 PM Alex wrote: > > Stefan, > >> >> My biggest concern is that this quirk can cause security issues in >> user code. I came across this in the first place when discovering an >> exploitable security vulnerability in an application. From my point of >> view, this is not o