PHP on IIS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
enygma
Site Admin
Posts: 175
Joined: Fri Apr 19, 2002 8:29 am
Location: Dallas, Tx

PHP on IIS

Post by enygma »

I have a really odd problem, and I'm not sure if it's a PHP bug or what...
I'm running an older version of PHP on an IIS server on an NT machine and connecting to an Oracle database.
Now, everything works fine most of the time, but on occasion, the difference between a GET request and a POST request can make the Oracle query not parse right (really odd).
I was just wondering if anyone else out there had had something similar to this happen to them, and, if so, if they found an issue to resolve it.

I wish I could just upgrade the version of PHP that the IIS was using, but there's too may important things I could break if I did.
User avatar
EvilWalrus
Site Admin
Posts: 209
Joined: Thu Apr 18, 2002 3:21 pm
Location: Springmont, PA USA

Post by EvilWalrus »

:o *gasp* a PHPDN network co-founder using IIS? (and asking for help?!?!) shame, shame, we know your name :D
User avatar
enygma
Site Admin
Posts: 175
Joined: Fri Apr 19, 2002 8:29 am
Location: Dallas, Tx

Post by enygma »

yeah yeah....it's for work *sigh*
Post Reply