Page 1 of 1

Downloading PHP

Posted: Mon Sep 27, 2010 8:46 am
by andyatstanwell
Hi, I'm brand new to PHP and the forum. I'm in www.php.net/downloads with a view to downloading the windows binary, which is in a zip file. I'll use the VC6 file as I want to use PHP with Apache. However, there are two kinds, the thread safe and the non-thread safe. Can someone explain the difference and advise me on which one to go for?

Re: Downloading PHP

Posted: Wed Sep 29, 2010 8:15 am
by robnet
You probably want thread-safe unless you're doing certain things while using IIS as your webserver..

Google is your friend:
http://www.iis-aid.com/articles/my_word ... e_binaries

Re: Downloading PHP

Posted: Wed Sep 29, 2010 8:51 am
by andyatstanwell
Thanks.