long with the new version number so the PHP oci8 functions work.
-Lee
Brian Mauter wrote:
>
> Use the Oracle 8 OCI functions. A friend of mine modified the source and
> submitted it to the PHP developers, I'm not sure if it made it into the
> distro though. If I can remember correc
Seems to me that the problems is that you have two instances of PHP going at
the same time. The first is the one compiled into Apache and the second is
the cgi module. My bet is that the PHP compiled into Apache is catching it
first (maybe you told all .cgi files to be parsed by the PHP parser?)
er 18, 2001 7:19 AM
To: Brian Mauter
Subject: RE: PHP and HP-UNix
Hi Brian,
Please find attached my httpd.conf file.
Thanks for the idea.
Andrew
Quoting Brian Mauter <[EMAIL PROTECTED]>:
> Why don't you include your httpd.conf file? I'm betting that there is
some
>