RE: [PHP-DEV] [OCI8] Patch for bug #29779

2005-07-18 Thread BUSTARRET, Jean-Francois
Great ! Tell me if you want me to test the new oci extension. > -Message d'origine- > De : Antony Dovgal [mailto:[EMAIL PROTECTED] > Envoyé : lundi 18 juillet 2005 10:20 > À : BUSTARRET, Jean-Francois > Cc : internals@lists.php.net > Objet : Re: [PHP-DEV] [OCI

Re: [PHP-DEV] [OCI8] Patch for bug #29779

2005-07-18 Thread Antony Dovgal
Hello Jean-Francois! On Mon, 18 Jul 2005 10:08:10 +0200 "BUSTARRET, Jean-Francois" <[EMAIL PROTECTED]> wrote: > > I created a patch for http://bugs.php.net/bug.php?id=29779 (which can be > considered as a feature request more than a bug). > > Rather than pinging existing connection each time,

[PHP-DEV] [OCI8] Patch for bug #29779

2005-07-18 Thread BUSTARRET, Jean-Francois
I created a patch for http://bugs.php.net/bug.php?id=29779 (which can be considered as a feature request more than a bug). Rather than pinging existing connection each time, which would slow down things too much for high traffic sites, the patch pings connections only every x seconds. Consider