简体   繁体   中英

How to install PHP 5.5 on WinXp

I downloaded the 5.5.4 x86 VC11 version of PHP. The windows installer is missing, since PHP developers don't produce anymore it. I need just the PHP console, I don't need Apache, but I can't launch the PHP binary since I get "not a valid Win32 application" error. I already installed the Visual C++ Redistributable for Visual Studio 2012 library, what is missing?

Since PHP 5.5

Support for Windows XP and 2003 has been dropped. Windows builds of PHP now require Windows Vista or newer.

Official sources: backward incompatible changes , changelog , first alpha release notes , breaking commit .


But there is an unofficial build of PHP 5.6 at http://www.apachelounge.com/viewtopic.php?t=6334

You can use IIS in windows XP to create an local server in your pc

  • get reference on installing IIS here
  • then download an install php msi for iis you can get latest available version here
  • And last download this small IIS plugin "PHP Manager" from here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM