[PHP-DEV] [RFC] Unbundle ext/recode has been accepted

2019-07-12 Thread Christoph M. Becker
Hi all, voting on the Unbundle ext/recode RFC[1] has ended; the RFC has been unanimously accepted. Thanks to all voters! [1] Thanks, Christoph -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [RFC] Unbundle ext/recode has been accepted

2019-07-12 Thread Christoph M. Becker
On 12.07.2019 at 13:43, Christoph M. Becker wrote: > voting on the Unbundle ext/recode RFC[1] has ended; the RFC has been > unanimously accepted. Thanks to all voters! > > [1] For the record, ext/recode has been unbundled[2], moved to PECL[3] (thanks Ni

[PHP-DEV] FPM not cleaning up modified ini settings – starting pointers needed

2019-07-12 Thread Matthias Pigulla
Dear internals, recently I was hurt badly by https://bugs.php.net/bug.php?id=53611. In short, the FCGI variables PHP_VALUE and PHP_ADMIN_VALUE can be used to pass ini settings to FPM. This feature was added in https://github.com/php/php-src/commit/34ba9e39fafa3a980a1b69285f68b0e12ad6b876. The