> -Message d'origine-
> De : Antony Dovgal [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 7 septembre 2005 18:06
> À : php-dev; [EMAIL PROTECTED]; php-general@lists.php.net
> Objet : [PHP-DEV] OCI8 1.1 announce
>
> Hi all,
>
> Yesterday OCI8 extension have been updated in the PHP CVS (HEAD
I have quite a few segfaults on my production servers.
The crashes occur on :
#0 0xb78f3779 in _oci_close_session (session=0x8382a20)
at /soft/sources/php/php-5.0.4/ext/oci8/oci8.c:2961
2961CALL_OCI_RETURN(OCI(error),
where
(gdb) print *session
$1 = {num = 137800016, per
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
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
To what versions of PHP do you plan to include your realpath cache ?
I hope you'll add it to PHP4...
Thanks
Jean-Francois
> -Message d'origine-
> De : Andi Gutmans [mailto:[EMAIL PROTECTED]
> Envoyé : dimanche 9 mai 2004 18:09
> À : Masaki Fujimoto; [EMAIL PROTECTED]
> Objet : Re: [PH
;origine-
> De : Sterling Hughes [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 7 mai 2004 00:15
> À : BUSTARRET, Jean-Francois
> Cc : [EMAIL PROTECTED]
> Objet : Re: [PHP-DEV] [PATCH] suppressing realpath() with APC + tiny
> patches
>
>
> the first thing you would op
I just did a quick stress test of the patch.
My config is : Xeon 2GHz/512MB/IDE drive, apache 1/PHP 4.2.3/APC 2.0.3.
I did change the patch in order to apply it on PHP 4.2.3.
The test template is :
It is located on a NFS server and is 5 directories deep (2 local/3 NFS).
The include/include$1.
I'm glad somebody is working on a patch for this performance problem.
I will test it !
Thanks.
Jean-François Bustarret
eTF1 - Architect
> -Message d'origine-
> De : Masaki Fujimoto [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 6 mai 2004 15:36
> À : [EMAIL PROTECTED]
> Objet : [PHP-DEV]