Re: [PHP-DEV] Session Lazy Write (was Re: [PHP-DEV] PHP 5.6.3 is available)

2014-11-15 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please see https://bugs.php.net/bug.php?id=68426 PHP >= 5.6 does not overwrite session file when session has not changed Remi. -BEGIN PGP SIGNATURE- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARE

Re: [PHP-DEV] Extend bundled exceptions

2014-11-15 Thread Larry Garfield
On 11/14/2014 05:32 AM, Andrea Faulds wrote: One of the things I’d like to see happen, but don’t have the time to do myself, is get rid of the IS_RESOURCE type from PHP for PHP 7, and replace all instances with objects. As part of this, we’d need to convert streams to using objects, which woul

[PHP-DEV] SAPI refactoring

2014-11-15 Thread Florian Margaine
Hi list, As of today, most of the SAPIs have a lot of code duplication with regards to HTTP headers parsing/handling. I'm about to completely duplicate a function from one SAPI to the other to add a feature to fpm (`getallheaders()`, see https://github.com/php/php-src/pull/523), and I'd like to a

Re: [PHP-DEV] Re: PHP-FPM state

2014-11-15 Thread Ferenc Kovacs
2014.11.15. 8:28 ezt írta ("Remi Collet" ): > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > FPM state in 5.5.19 / 5.6.3 is quite bad :( > > I just fix: > > https://bugs.php.net/68420 > listen=9000 listens to ipv6 localhost instead of all addresses > > This is obviously a reg