Php – get PHP to install on windows server (x64)

64-bitPHPwindows-server

I'm trying to find PHP to install on a windows server machine (x64), but don't seem to find it on http://windows.php.net/download.

A ftp link would be helpfull thank you.

Best Answer

PHP doesn't natively support 64 bit Windows yet... depending on which web server you're installing with you'll want 5.3:

  • Apache - VC6
  • IIS - VC9

Note: There are unofficial PHP x64 versions out there for Windows - but who can recommend that ;)