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

2015-04-22 Thread Rowan Collins
Pasindu De Silva wrote on 22/04/2015 14:44: On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker cmbecke...@gmx.de wrote: [1] https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 As of this RFC we probably can document that these extensions and sapis are removed as of

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

2015-04-22 Thread Jonah H. Harris
On Wed, Apr 22, 2015 at 9:39 AM, Stelian Mocanita stelian.mocan...@gmail.com wrote: The removal of pdo_oci had been suggested as part of the Removal of dead or not yet PHP7 ported SAPIs and extensions RFC, but there has been feedback from Christopher Jones, that the extension will be

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

2015-04-22 Thread Christoph Becker
Rowan Collins wrote: Pasindu De Silva wrote on 22/04/2015 14:44: On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker cmbecke...@gmx.de wrote: [1] https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 As of this RFC we probably can document that these extensions

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

2015-04-22 Thread Pasindu De Silva
That's right. On Wed, Apr 22, 2015 at 9:42 PM, Christoph Becker cmbecke...@gmx.de wrote: Rowan Collins wrote: Pasindu De Silva wrote on 22/04/2015 14:44: On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker cmbecke...@gmx.de wrote: [1]

[PHP-DEV] Re: PDO Oracle driver

2015-04-22 Thread Stelian Mocanita
The removal of pdo_oci had been suggested as part of the Removal of dead or not yet PHP7 ported SAPIs and extensions RFC, but there has been feedback from Christopher Jones, that the extension will be supported by Oracle.[1] [1]

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

2015-04-22 Thread Pasindu De Silva
On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker cmbecke...@gmx.de wrote: [1] https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 As of this RFC we probably can document that these extensions and sapis are removed as of PHP 7. -- *Pasindu De

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 stelian.mocan...@gmail.com 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

Re: [PHP-DEV] Closure::call() to access private data, really ?

2015-04-22 Thread Andrea Faulds
Hey Julien, On 22 Apr 2015, at 13:18, Julien Pauli jpa...@php.net wrote: Perhaps the best thing to do is to forbid rebinding a Closure to an internal class ? I'm sure we could find segfaulting behaviors using such a trick on most of our internals classes, aka mysqli, simplexmlelement,

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

2015-04-22 Thread christopher jones
On 4/22/15 6:39 AM, Stelian Mocanita wrote: The removal of pdo_oci had been suggested as part of the Removal of dead or not yet PHP7 ported SAPIs and extensions RFC, but there has been feedback from Christopher Jones, that the extension will be supported by Oracle.[1] [1]

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

2015-04-22 Thread christopher jones
On 4/22/15 9:10 AM, Jonah H. Harris wrote: On Wed, Apr 22, 2015 at 9:39 AM, Stelian Mocanita stelian.mocan...@gmail.com mailto:stelian.mocan...@gmail.com wrote: The removal of pdo_oci had been suggested as part of the Removal of dead or not yet PHP7 ported SAPIs and extensions

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] PR 1217: Add support for upload files from buffer string in curl extenion

2015-04-22 Thread Alexander Moskalev
Thanks to all for feedback! Let's try to integrate new feature to old class. We have constructor in CURLFile with one required parameter: $filename . To avoid BC break we cannot replace this parameter. So I suggest to do it optional and add setBuffer() method. So we can create CURLFile with

Re: [PHP-DEV] LDAP module enhancements

2015-04-22 Thread Andreas Heigl
Hi Côme. According to the gophp7-ext project the LDAP module isn't maintained. (I've just looked it up this morning). See https://github.com/gophp7/gophp7-ext/wiki/extensions-catalog. Would you want or consider thinking about taking over? Cheers Andreas Am 21.04.15 um 09:18 schrieb Côme

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 ocram...@gmail.com wrote: Absolutely +1 - most developers are dragged into using the PDO Oracle driver by hope (since

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Chris Wright
On 22 April 2015 at 10:40, Stelian Mocanita stelian.mocan...@gmail.com 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

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 stelian.mocan...@gmail.com 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

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Benjamin Eberlei
On Wed, Apr 22, 2015 at 12:24 PM, Peter Cowburn petercowb...@gmail.com wrote: cc-ing doc list On 22 April 2015 at 10:40, Stelian Mocanita stelian.mocan...@gmail.com wrote: Hello internals, I would like to ask what on your thoughts on removing the Oracle drive for PDO from the

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

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Peter Cowburn
On 22 April 2015 at 11:24, Peter Cowburn petercowb...@gmail.com wrote: cc-ing doc list On 22 April 2015 at 10:40, Stelian Mocanita stelian.mocan...@gmail.com wrote: Hello internals, I would like to ask what on your thoughts on removing the Oracle drive for PDO from the documentation

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

[PHP-DEV] PDO Oracle driver

2015-04-22 Thread Stelian Mocanita
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 open bugs, such as:

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

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread Peter Cowburn
On 22 April 2015 at 11:40, Stelian Mocanita steli...@php.net 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

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 like

[PHP-DEV] Re: PDO Oracle driver

2015-04-22 Thread Christoph Becker
Stelian Mocanita wrote: 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 open bugs, such as:

[PHP-DEV] Re: request priviledges to create an RFC or at least submit a suggestion

2015-04-22 Thread Dmitri Goosens
Thanks a lot Christoph Vielen Dank ! On Wed, Apr 22, 2015 at 1:51 PM, Christoph Becker cmbecke...@gmx.de wrote: Dmitri Goosens wrote: I’m a Belgian PHP addict and feel I’ve got a suggestion that might be of interest for PHP7. I’d more than glad to write it down completely in an RFC if

[PHP-DEV] Re: request priviledges to create an RFC or at least submit a suggestion

2015-04-22 Thread Christoph Becker
Dmitri Goosens wrote: I’m a Belgian PHP addict and feel I’ve got a suggestion that might be of interest for PHP7. I’d more than glad to write it down completely in an RFC if you grant me access, otherwise, maybe someone can do it. Information about creating an RFC can be found on

[PHP-DEV] request priviledges to create an RFC or at least submit a suggestion

2015-04-22 Thread Dmitri Goosens
Hi PHP-fellows or whoever reads this… I’m a Belgian PHP addict and feel I’ve got a suggestion that might be of interest for PHP7. I’d more than glad to write it down completely in an RFC if you grant me access, otherwise, maybe someone can do it. My username is *dgoosens*. I feel, a natural

Re: [PHP-DEV] LDAP module enhancements

2015-04-22 Thread Côme BERNIGAUD
On 2015-04-22 12:12, Andreas Heigl wrote: Hi Côme. According to the gophp7-ext project the LDAP module isn't maintained. (I've just looked it up this morning). See https://github.com/gophp7/gophp7-ext/wiki/extensions-catalog. Would you want or consider thinking about taking over? Sure, I’m ok

Re: [PHP-DEV] Closure::call() to access private data, really ?

2015-04-22 Thread Julien Pauli
On Mon, Apr 20, 2015 at 12:21 AM, Stanislav Malyshev smalys...@gmail.com wrote: Hi! Just a simple use case showing how dangerous that is : ?php $p = function($p) { $this-$p = new Stdclass; }; $p-call($e = new Exception, 'trace'); throw $e; Yes, this is not good, and this is the