Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

DaveJ

(5,023 posts)
Fri May 4, 2012, 12:23 PM May 2012

Why does php work on our IIS6 server?

This is nothing critical (we are moving to IIS7), but I just was downloading some demo code, and did not realize php could run on our IIS6 server. I created this test.php file:

<?php
Print "Hello, World!";
?>

And yep, it works, displays "Hello, World!" on the webpage.

Under Web Service Extensions in IIS, I do not see PHP installed. Where else could I look to see where it is installed?

Thanks!





2 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
Why does php work on our IIS6 server? (Original Post) DaveJ May 2012 OP
Out of the box IIS does not support PHP ChromeFoundry May 2012 #1
My post title is a little confusing DaveJ May 2012 #2

DaveJ

(5,023 posts)
2. My post title is a little confusing
Mon May 7, 2012, 12:35 PM
May 2012

I was asking "why does it". I do not remember setting it up for PHP, but maybe I did a long time ago and just forgot. Maybe I followed these instructions. I do see a php.ini file now. Thanks.

Latest Discussions»Retired Forums»Website, DB, & Software Developers»Why does php work on our ...