On 4/22/15 9:10 AM, Jonah H. Harris wrote:
On Wed, Apr 22, 2015 at 9:39 AM, Stelian Mocanita 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" RFC, but there has
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
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] <
https://wiki.ph
Hey Julien,
> On 22 Apr 2015, at 13:18, Julien Pauli 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, PDO or S
+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
That's right.
On Wed, Apr 22, 2015 at 9:42 PM, Christoph Becker 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
> >> wrote:
> >>> [1]
> >>> <
> >>>
> https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#ex
Rowan Collins wrote:
> Pasindu De Silva wrote on 22/04/2015 14:44:
>> On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker
>> 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 extension
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
Pasindu De Silva wrote on 22/04/2015 14:44:
On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker 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.
I think
On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker 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 Silva**ppasin...@gmail.com
>
> 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]
> <
> https://wiki.php.net/rfc/removal_of_dead_sapis_and
On Mon, Apr 20, 2015 at 12:21 AM, Stanislav Malyshev
wrote:
> Hi!
>
> > Just a simple use case showing how dangerous that is :
> >
> > > $p = function($p) { $this->$p = new Stdclass; };
> > $p->call($e = new Exception, 'trace');
> > throw $e;
>
> Yes, this is not good, and this is the consequenc
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
Thanks a lot Christoph
Vielen Dank !
On Wed, Apr 22, 2015 at 1:51 PM, Christoph Becker 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 you grant m
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
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:
>
> https:/
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
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
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
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
/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
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/
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
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
+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
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 BERNIGA
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
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:
https://bugs.php.net/bug.ph
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 evolu
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 empt
30 matches
Mail list logo