Question

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.

Was it helpful?

Solution

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 ;)

OTHER TIPS

I am running PHP5.3 VC6 Thread Safe from php.net (using it with Apache) on Windows Foundation Server 2008. No problems with that.

There's only officious support for PHP x64.

You can compile it yourself. You'll need to follow these instructions and download the dependencies.

There are also pre-compiled binaries.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top