Re: [PHP-WEBMASTER] Home Page Mock-up
[email protected] (Stewart Lord)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On 2011-01-07, at 8:11 AM, Hannes Magnusson wrote: > Downloading PHP for Windows is super confusing. Until they can provide > a "universal package" its not really easy to deal with, so I'm kindof > fine with them dealing with it their own issues themselfs. Although I > do wonder why need so many windows special things and why we don't > need http://freebsd.php.net too. The issue is that Apache is typically VC6; whereas IIS is VC9. Add to that bitness and thread-safe vs. non-thread safe and you have a mess of builds. Is a universal build possible? I suspect that the non-thread-safe, 32bit, VC9 version is the best version for most users, but that's a guess really.