Re: [PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-23 Thread José Moreira
Thank you Pierre, FastCGi SAP worked perfectly. No dia 19 de Fevereiro de 2010 19:57, Pierre Joye escreveu: > It may not due to OCI. Can you try using the FastCGi SAPI instead? The > ISAPI interface is not supported anymore. > > 2010/2/19 José Moreira : > > Unfortunately not and i'm following th

Re: [PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-19 Thread José Moreira
i will try, thank you No dia 19 de Fevereiro de 2010 19:57, Pierre Joye escreveu: > It may not due to OCI. Can you try using the FastCGi SAPI instead? The > ISAPI interface is not supported anymore. > > 2010/2/19 José Moreira : > > Unfortunately not and i'm following the backtrace page but i cant

Re: [PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-19 Thread Pierre Joye
It may not due to OCI. Can you try using the FastCGi SAPI instead? The ISAPI interface is not supported anymore. 2010/2/19 José Moreira : > Unfortunately not and i'm following the backtrace page but i cant (trap and > ) generate one (on the cli at least). > Seems to be a problem "inside" IIS (ISAP

Re: [PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-19 Thread José Moreira
Unfortunately not and i'm following the backtrace page but i cant (trap and ) generate one (on the cli at least). Seems to be a problem "inside" IIS (ISAPI)... could be for stalled connections or i dunno... the application is using mixed direct oci calls and my module needs to access by PDO becau

Re: [PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-19 Thread Pierre Joye
hi, Do you have a script to reproduce it? See bugs.php.net for an easy way to generate a backtrace. Cheers, 2010/2/19 José Moreira : > Hello, > > were using PDO OCI to access an Oracle 10g database and we are getting > random "access violations" while rendering pages after a while from server >

[PHP-WIN] PHP 5.12 and PDO OCI on Windows Server 2003 with IIS

2010-02-19 Thread José Moreira
Hello, were using PDO OCI to access an Oracle 10g database and we are getting random "access violations" while rendering pages after a while from server start, even ones that don't access the oracle instance. I have been trying to use the Debugging Tool to catch a stack trace with no success. An