Hi All!

> Well, I've had it with the isapi module and am feeling a bit of a crunch
> here.  I'm getting it from all sides and am starting to think
> that I should
> have just gone with ASP with our Oracle db as an ODBC source and been done
> with it.

Egads, man! Don't do it! ;)

Seriously, though...the ISAPI module with IIS has been notoriously buggy to
date. A few people on the list have had success with Win2000, PHP4 isapi and
IIS5. If someone wants to pipe up feel free.

Otherwise, I've gotten plenty of performance out of the cgi route. I mean
plenty, as in blow the doors off of .asp plenty. Going with .asp and Oracle
via ODBC will be insanely slow. .ASP has never really managed to attain
PHP-like speeds. The Oracle ODBC drivers (MSoft and Oracle versions) are
both major bottlenecks. This is experience talkin'. A client of mine has me
hitting Oracle via ODBC. Ei yi yi! Not good.

Plus, if you could include some specifics about the setup (Win version, IIS
version, etc...) someone might have run into your situation before. Info
never hurts. :)

> Since it seems impossible to make the isapi module work, I'm going to try
> running Apache on a separate port so that I can get the Plogon functions
> from the OCI8 module to work.  Is anyone else doing something
> like this?  I
> remember 'someone' running both IIS and Apache on a server and
> having Apache
> listen to a specific port, but I don't remember who.  If anyone has some
> experience with this, could you drop me a note?  Thanks,  John

Plogon? As in:

http://www.php.net/manual/en/function.ora-plogon.php

Why start up Apache to do that when you can hit it via php cgi?

> P.S. Has someone added a function called format_phone to PHP?  I keep
> getting a "Cannot redeclare..." error on a function I have called
> format_phone...

Nope. Double check your function's code. There might be something in there
that's gumming up the works. If you don't see anything wrong with it drop it
out to list.

Hope this helps,
- Erik


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to