[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] PDO Oracle driver

2015-04-22 Thread christopher jones
On 4/22/15 2:40 AM, Stelian Mocanita wrote: Hello internals, I would like to ask what on your thoughts on removing the Oracle drive for PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php) at least since it's been experimental for a long time now, and it has long standing

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Pierre Joye
+1, and need RFC. On Apr 22, 2015 4:41 PM, "Stelian Mocanita" wrote: > Hello internals, > > I would like to ask what on your thoughts on removing the Oracle drive for > PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php) > at least since it's been experimental for a long tim

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Lester Caine
On 22/04/15 11:29, Benjamin Eberlei wrote: > When working on Doctrine support for Oracle we quickly realized that a lot > of bugfixes are done in oci8, but PDO_OCI doesnt get them. > > A big +1 from me for removing this extension from core, given its critical > bugs/segfaults with simple features

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Peter Cowburn
On 22 April 2015 at 11:40, Stelian Mocanita wrote: > Peter, > > I did not know about the documentation part, thanks for clearing that out. > > I would like to ask though, what is the benefit of having the dead > extensions there? > From my point of view, it does more harm than good having them in

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Stelian Mocanita
Peter, I did not know about the documentation part, thanks for clearing that out. I would like to ask though, what is the benefit of having the dead extensions there? >From my point of view, it does more harm than good having them in the manual (I am only referring here to extensions that never g

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Peter Cowburn
On 22 April 2015 at 11:24, Peter Cowburn wrote: > cc-ing doc list > > On 22 April 2015 at 10:40, Stelian Mocanita > wrote: > >> Hello internals, >> >> I would like to ask what on your thoughts on removing the Oracle drive for >> PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oc

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Matteo Beccati
/cc cjones On 22/04/2015 11:40, Stelian Mocanita wrote: Hello internals, I would like to ask what on your thoughts on removing the Oracle drive for PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php) at least since it's been experimental for a long time now, and it has lon

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Benjamin Eberlei
On Wed, Apr 22, 2015 at 12:24 PM, Peter Cowburn wrote: > cc-ing doc list > > On 22 April 2015 at 10:40, Stelian Mocanita > wrote: > > > Hello internals, > > > > I would like to ask what on your thoughts on removing the Oracle drive > for > > PDO from the documentation (http://us1.php.net/manual/

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Peter Cowburn
cc-ing doc list On 22 April 2015 at 10:40, Stelian Mocanita wrote: > Hello internals, > > I would like to ask what on your thoughts on removing the Oracle drive for > PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php) > at least since it's been experimental for a long time

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Chris Wright
On 22 April 2015 at 10:40, Stelian Mocanita wrote: > Hello internals, > > I would like to ask what on your thoughts on removing the Oracle drive for > PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php) > at least since it's been experimental for a long time now, and it has

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Paul Dragoonis
+1 from me. If nobody is maintaining it then it's a big risk. It should be brought back in when there's people to maintain it. On Wed, Apr 22, 2015 at 10:42 AM, Marco Pivetta wrote: > Absolutely +1 - most developers are dragged into using the PDO Oracle > driver by "hope" (since they find the do

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Marco Pivetta
Absolutely +1 - most developers are dragged into using the PDO Oracle driver by "hope" (since they find the docs), and then they get to know the sad truth about it... Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 22 April 2015 at 10:40, Stelian Mocanita wrote: > Hel