Hey Alexander!
2015-04-22 10:26 GMT+02:00 Alexander Moskalev :
> Jakub, I think about static factory methods, but not sure if it will be
> great.
> I think using empty constructor more clear.
>
So we can add a setter, which, however, will return $this, to allow
chaining and prevent one redundan
+1 for this.
Best regards,
Kubo2
2015-04-24 15:10 GMT+02:00 Benjamin Eberlei :
> On Fri, Apr 24, 2015 at 12:24 PM, Olivier Garcia
> wrote:
>
> > Greetings Internals,
> >
> > A few weeks ago, Patrick (patrickalla...@php.net) and I wrote a RFC
> > [1] to improve the error callback mechanism and
On Sat, Apr 25, 2015 at 8:27 PM, Nate Abele wrote:
>> Dear Internals,
>>
>> I would like to discuss a small RFC for reserving more types in PHP 7:
>> https://wiki.php.net/rfc/reserve_more_types_in_php_7
>
>
> Welp, thanks for breaking my framework, everyone.
>
> It just *had* to be case-insensitiv
On Sunday, April 26, 2015, Levi Morrison mailto:le...@php.net)>
wrote:
> On Sat, Apr 25, 2015 at 8:27 PM, Nate Abele (javascript:;)> wrote:
> >> Dear Internals,
> >>
> >> I would like to discuss a small RFC for reserving more types in PHP 7:
> >> https://wiki.php.net/rfc/reserve_more_types_in_php
There is the approved RFC at
https://wiki.php.net/rfc/context_sensitive_lexer which is listed as
"pending implementation" which should alleviate these BC breaks
significantly. The linked RFC mentions this one specifically under the
"Impact On Other RFCs" section.
Hi,
2015-04-26 17:00 GMT-03:00 Joshua Holmer :
> There is the approved RFC at
> https://wiki.php.net/rfc/context_sensitive_lexer which is listed as
> "pending implementation" which should alleviate these BC breaks
> significantly. The linked RFC mentions this one specifically under the
> "Impact
> On Apr 22, 2015, at 10:50 PM, christopher jones
> wrote:
>
> The current state is that we will be looking at PDO_OCI and OCI8 for
> PHP 7 in a short while. Our good intentions got delayed as we have
> been working on drivers for other languages
> (https://github.com/oracle/node-oracledb and
>
On Mon, Apr 27, 2015 at 10:23 AM, Andi Gutmans wrote:
>> On Apr 22, 2015, at 10:50 PM, christopher jones
>> wrote:
>>
>> The current state is that we will be looking at PDO_OCI and OCI8 for
>> PHP 7 in a short while. Our good intentions got delayed as we have
>> been working on drivers for othe
Hi!
> Well, it looks to me like all the discussion is around preventing
> class and namespace names like “string”, “float”, etc. Granted, PHP
> class names are case-insensitive, but how hard would it be to reserve
> these in a case-sensitive way?
With current engine - I'd say it is hard. We can't