Re: [PHP-DEV] FPM maintainership?

2019-01-18 Thread Michael Wallner
Hi! How to get this going forward? On 21/02/2018 10:45, Michael Wallner wrote: > On 21/02/18 10:29, Remi Collet wrote: >> Hi, >> >> Le 21/02/2018 à 10:21, Michael Wallner a écrit : >>> I also have a patch I'd like to discuss with the new maintainers, which >>> attempts to fix FPM's SIGUSR2 gracef

Re: [PHP-DEV] FPM maintainership?

2019-01-18 Thread Nikita Popov
On Fri, Jan 18, 2019 at 11:00 AM Michael Wallner wrote: > Hi! > > How to get this going forward? > > On 21/02/2018 10:45, Michael Wallner wrote: > > On 21/02/18 10:29, Remi Collet wrote: > >> Hi, > >> > >> Le 21/02/2018 à 10:21, Michael Wallner a écrit : > >>> I also have a patch I'd like to disc

Re: [PHP-DEV] Possible bug in the implementation of php://input streams?

2019-01-18 Thread Nikita Popov
On Wed, Jan 16, 2019 at 9:16 PM Lauri Kenttä wrote: > On 2019-01-16 09:59, Rasmus Schultz wrote: > > We've noticed something odd about the "php://input" stream. > > > > If you attempt to rewind() it after reading the stream, rewind() > > returns > > true, and ftell() subequently returns 0. > > >

Re: [PHP-DEV] Unserializes, inheritance and allows_classes

2019-01-18 Thread Rowan Collins
On Fri, 18 Jan 2019 at 01:15, Marco Pivetta wrote: > On Fri, Jan 18, 2019 at 2:13 AM Marcos Passos > wrote: > > But it closes for extension preventing the serialization of instances not > > whitelisted. It may work for @internal or package private classes, but > not > > for public classes. > > >