Re: [PHP-DEV] Re: [RFC] Reserving More Types in PHP 7

2015-04-26 Thread Stanislav Malyshev
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

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] PDO Oracle driver

2015-04-26 Thread Pierre Joye
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

Re: [PHP-DEV] PDO Oracle driver

2015-04-26 Thread Andi Gutmans
> 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 >

Re: [PHP-DEV] Re: [RFC] Reserving More Types in PHP 7

2015-04-26 Thread Marcio Almada
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

Re: [PHP-DEV] Re: [RFC] Reserving More Types in PHP 7

2015-04-26 Thread 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 Other RFCs" section.

[PHP-DEV] Re: [RFC] Reserving More Types in PHP 7

2015-04-26 Thread Nate Abele
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

Re: [PHP-DEV] Re: [RFC] Reserving More Types in PHP 7

2015-04-26 Thread Levi Morrison
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

Re: [PHP-DEV] Re: [RFC] Improved Error Callback Mechanism

2015-04-26 Thread Jakub Kubíček
+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

Re: [PHP-DEV] PR 1217: Add support for upload files from buffer string in curl extenion

2015-04-26 Thread Jakub Kubíček
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