[PHP-INST] Re: Oracle 9i

2001-10-29 Thread Brian Mauter
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

[PHP-INST] RE: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-21 Thread Brian Mauter
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?)

[PHP-INST] RE: PHP and HP-UNix

2001-10-18 Thread Brian Mauter
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 >