I'm an intermediate PHP developer and I have a need to interactively
convert several Word documents to PDF files before force uploading them to
my client's customers. I'm looking for suggestions as to the *easiest* way
to do this, and also I would like to identify someone who might be willing
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
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
>
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
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
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