Re: [PHP-DEV] pipes, scalar objects and on?

2023-07-17 Thread Larry Garfield
On Mon, Jul 17, 2023, at 7:07 PM, Olle Härstedt wrote: > 2023-07-17 18:58 GMT+02:00, Larry Garfield : >> On Mon, Jul 17, 2023, at 2:57 PM, Olle Härstedt wrote: >>> 2023-07-17 14:25 GMT+02:00, Karoly Negyesi : Hi, I tried to read on why the pipe RFC failed but by and large I also

Re: [PHP-DEV] pipes, scalar objects and on?

2023-07-17 Thread Olle Härstedt
2023-07-17 18:58 GMT+02:00, Larry Garfield : > On Mon, Jul 17, 2023, at 2:57 PM, Olle Härstedt wrote: >> 2023-07-17 14:25 GMT+02:00, Karoly Negyesi : >>> Hi, >>> >>> I tried to read on why the pipe RFC failed but by and large I also >>> failed. >>> >>> The discussion on

Re: [PHP-DEV] pipes, scalar objects and on?

2023-07-17 Thread Larry Garfield
On Mon, Jul 17, 2023, at 2:57 PM, Olle Härstedt wrote: > 2023-07-17 14:25 GMT+02:00, Karoly Negyesi : >> Hi, >> >> I tried to read on why the pipe RFC failed but by and large I also failed. >> >> The discussion on https://github.com/php/php-src/pull/7214 is very short. >> >>

Re: [PHP-DEV] Default values for php.ini environment variables

2023-07-17 Thread Derick Rethans
On 17 July 2023 17:40:06 BST, Ben Ramsey wrote: >> On Jul 17, 2023, at 09:25, Derick Rethans wrote: >> >> On 13 July 2023 18:35:44 BST, Gabriel Fontes wrote: >>> Hi everyone, >>> >>> PR author here. Thanks a lot for pushing this forward, Derick. >>> Do let me know if you folks have any

Re: [PHP-DEV] Default values for php.ini environment variables

2023-07-17 Thread Ben Ramsey
> On Jul 17, 2023, at 09:25, Derick Rethans wrote: > > On 13 July 2023 18:35:44 BST, Gabriel Fontes wrote: >> Hi everyone, >> >> PR author here. Thanks a lot for pushing this forward, Derick. >> Do let me know if you folks have any feedback or concerns about the PR, I'll >> be happy to

Re: [PHP-DEV] [VOTE] Interface Default Methods

2023-07-17 Thread Levi Morrison via internals
On Sun, Jul 2, 2023 at 6:11 PM Levi Morrison wrote: > > Chatter on the [Interface Default Methods RFC][1] has been quiet for > the past 6 days, and the feature freeze deadline is fast approaching > for PHP 8.3, so I'm moving this to vote. It'll be open for two weeks > as usual. > > Thanks to

Re: [PHP-DEV] pipes, scalar objects and on?

2023-07-17 Thread Olle Härstedt
2023-07-17 14:25 GMT+02:00, Karoly Negyesi : > Hi, > > I tried to read on why the pipe RFC failed but by and large I also failed. > > The discussion on https://github.com/php/php-src/pull/7214 is very short. > > https://externals.io/message/114770 is not so short but it seems not to > cover the

Re: [PHP-DEV] Re: Default values for php.ini environment variables

2023-07-17 Thread Derick Rethans
On 13 July 2023 18:35:44 BST, Gabriel Fontes wrote: >Hi everyone, > >PR author here. Thanks a lot for pushing this forward, Derick. >Do let me know if you folks have any feedback or concerns about the PR, I'll >be happy to address them. > >Cheers, >Gabriel Aa it seems nobody objected and feature

Re: [PHP-DEV] Security implications of parsing env variables in .ini

2023-07-17 Thread Tim Düsterhus
Hi On 7/14/23 18:03, David Gebler wrote: 2) These expansions should probably be disabled by INI_SCANNER_RAW; that flag already disables certain other types of value interpolation. (Oddly, it doesn't disable expansion of constants either; that might be worth revisiting as well.) Environment

[PHP-DEV] pipes, scalar objects and on?

2023-07-17 Thread Karoly Negyesi
Hi, I tried to read on why the pipe RFC failed but by and large I also failed. The discussion on https://github.com/php/php-src/pull/7214 is very short. https://externals.io/message/114770 is not so short but it seems not to cover the latest version which uses first class functions? Could