php and mysql in ISAPI extension !

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
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

php and mysql in ISAPI extension !

Post by phazorRise »

Can anybody give me an article link or something regarding php and mysql in ISAPI?
I use php on a linux server and it works fine. But i want to know if i can use it on IIS 7.5 with PHP 5.2.** running under ISAPI extension. I also want to use MySQL on it.
User avatar
angelicodin
Forum Commoner
Posts: 81
Joined: Fri Nov 13, 2009 3:17 am
Location: Oregon, USA

Re: php and mysql in ISAPI extension !

Post by angelicodin »

hmmmm... The last time I checked I thought that iss+isapi 7.x came with php 5.2. Don't know off hand if it still dose, but I know it works if you just set it up. I remember something about having to change the value of the short_open_tag to allow <? ?>, but beyond that I don't remember running into much if any trouble. I really should move back to IIS ~sigh~

EDIT: Totally forgot to post a link to something I found on goggle.

http://blogs.iis.net/bills/archive/2006 ... 2900_.aspx
Post Reply