Topic: PHP help  (Read 1292 times)

0 Members and 1 Guest are viewing this topic.

Offline worfhonour

  • D.Net VIP
  • Lt. Junior Grade
  • *
  • Posts: 176
  • Gender: Male
PHP help
« on: November 19, 2009, 11:32:49 am »
Hi,
I am trying to ceate a Web Sever. got IIS7 working.
Advice needed for PHP, please :hoppin:

It states in a tutorial to access the 'php.ini-dist' but my PHP version aint got that, PHP i have is 5.3

What is the file i need?

Worfy  ;D

Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: PHP help
« Reply #1 on: November 20, 2009, 07:30:38 pm »
php.ini-production

Which version of windows?

My recommendations - run as a fast-cgi using a non-thread-safe vc9 build of php 5.3.1:
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/

With
http://www.iis.net/expand/WinCacheForPhp (I have not tried this -  looks better for your situation)
or
http://xcache.lighttpd.net/ (I am using this on IIS6, Server2003 currently)