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
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
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
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