Re: [PHP-DEV] Fixing bundled extension version mess

2015-04-20 Thread Jakub Zelenka
Hi, On Thu, Apr 16, 2015 at 1:21 PM, Pierre Joye wrote: > On Thu, Apr 16, 2015 at 6:27 PM, François Laupretre > wrote: > >> De : Pierre Joye [mailto:pierre@gmail.com] > >> > >> The problem we have now is core extensions with senseless versions > >> without > >> any external versions. Or mix

[PHP-DEV] Context Sensitive Language RFC - Implementation Candidate

2015-04-20 Thread Marcio Almada
Hi, The Context Sensitive Lexer RFC passed :) and by the time of the voting phase, we decided to vote for the feature only and later discuss quality analysis on the implementations aimed to fulfill the RFC. First, I'd like to thank you all for th

Re: [PHP-DEV] Re: [RFC] Spaceship operator RFC

2015-04-20 Thread Pasindu De Silva
Hi Found this while trying to do the documentation, Thought the same that it was a RFC mistake, therefore didn't put any examples. Will do the necessary documentation if this is the case. +1 Pasindu On Mon, Apr 20, 2015 at 7:13 PM, Christoph Becker wrote: > Hi! > > Stanislav Malyshev wrote: >

[PHP-DEV] Re: [RFC] Spaceship operator RFC

2015-04-20 Thread Christoph Becker
Hi! Stanislav Malyshev wrote: > Ahh, I see. I think it's the mistake in the RFC. [...] Then it is probably best to fix the RFC. :) > I'm not a big fan of throwing too many notices. They are usually not > very helpful an din this case it would be not easy to distinguish > between intentional and

[PHP-DEV] Blocked/Non-blocked streams bug

2015-04-20 Thread Kevin Ingwersen (Ingwie Phoenix)
Hello everyone- While looking at a project I was considering to use, I found that the README mentioned a bug for http://php.net/stream_set_blocking . The bug only talks about the Windows version of PHP, where the switching appearantly does not work Turns out I got the same result. The code that