[PHP-DB] Using PHP and Oracle with NT / 2000 and IIS.

2003-02-24 Thread Daniel Joyce
Well, I promised on making a post on how to get it running, and I've yet to clean up and find the bare minimum on using Oracle + OCI in PHP on windows... 1) PHP under IIS running as a CGI runs as IUSR_machinename where machinename may be some weird set of characters. Try giving IUSR read

[PHP-DB] Re: Oracle 9.2 + IIS 5.0 + Win2k server + PHP 4.3 + ADODB 3.10

2003-02-04 Thread Daniel Joyce
Replying to my own post Well, I got it working, using oci8. But if OCI8 works, then so should ADODB. I'll write up a post tomorrow on getting PHP and Oracle to talk under NT/2000. -Daniel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Oracle 9.2 + IIS 5.0 + Win2k server + PHP 4.3 + ADODB 3.10

2003-02-03 Thread Daniel Joyce
at that line in the ADODB code. Is this a bug? Should I try ADODB 2.5 instead since it's listed as being more stable on the site? Any and all help will be greatly appreciated. I'm trying to get a demo app up and running in a few days so they don't think I'm nuts for trying this... :) -Daniel