What's the difference between the Windows binaries available from www.php.net vs. the binaries from windows.php.net ? GCC builds vs. VS?
The PHP application I'm using is not currently compatible with PHP 5.3.x, so I need a 5.2 build. The application will be running through IIS 6, but there is not a V9 release of 5.2.13. So what is my best option? Use a VC6 x86 Thread Safe build of 5.2.13, use a VC9 x86 Thread Safe build of 5.2.12, or use something else? Do the security fixes in 5.2.13 always win out over stability?
(This feels like an FAQ, but I couldn't find anybody else asking the same question...)
Thanks!