Re: [PHP-DEV] PHP 7.0.17RC1 is available for testing

2017-03-04 Thread Jakub Zelenka
On 4 Mar 2017 12:18 p.m., "Niklas Keller" wrote: Hi Jakub, /cc Aaron, Joe & Anatol can't we set it for non-blocking streams only for now and have it in the release? My patch does that but needs a bit more testing which I plan to do next week. It will be in the following one though. I think tha

Re: [PHP-DEV] Re: On arrays starting with a negative index

2017-03-04 Thread Rowan Collins
Hi Pedro, On 02/03/2017 23:10, Pedro Magalhães wrote: Would other behaviour also be affected? For instance: $foo = [ -2 => true ]; $foo[] = true; $foo[] = true; var_dump($foo); If so, this is a much wider BC break; if not, why not? It would indeed. Internally, n

Re: [PHP-DEV] PHP 7.0.17RC1 is available for testing

2017-03-04 Thread Niklas Keller
Hi Jakub, /cc Aaron, Joe & Anatol can't we set it for non-blocking streams only for now and have it in the release? Regards, Niklas 2017-03-02 18:02 GMT+01:00 Jakub Zelenka : > On Thu, Mar 2, 2017 at 12:38 PM, Anatol Belski wrote: > > > Hi, > > > > PHP 7.0.17 RC1 was just released and can be d

Re: [PHP-DEV] [Request for Comment] Loading dynamic libraries with cross dependencies.

2017-03-04 Thread Derick Rethans
On Fri, 3 Mar 2017, Sara Golemon wrote: > On Fri, Mar 3, 2017 at 5:47 AM, Derick Rethans wrote: > >> The average PHP extension is dependent only on the PHP runtime it was > >> built for and probably one or more 3rd party libraries. However, a > >> special class of extensions (such as PDO drivers