0

I am currently trying to figure out a way to install PHP 5.2.17 on a production server we currently have. How can I go about this?

I have tried WebPICMD.exe /Offline /Products:PHP52 /Path:C:\webpioff, but this does not provide a PHP 5.2 version.. Any help would be appreciated.

Dip
  • 151
  • 1
  • 9
  • 3
    What is the problem you are having? And of course, why are you trying to install an ancient unsupported PHP version? – Michael Hampton Apr 17 '18 at 19:18
  • @MichaelHampton , It does not provide a PHP52 installer. Not my choice, we currently have a legacy app that is 5.2 version. – Dip Apr 17 '18 at 19:20
  • 1
    It's probably much too old. You will almost certainly have to fix the legacy app (which should have been done years ago, but someone decided to procrastinate)... – Michael Hampton Apr 17 '18 at 19:23

1 Answers1

0

I resolved by downloading a msi file corresponding to the version I needed and moving it to the offline server.

When installing, make sure to include the ext and other folders as it might be "X"-ed out.

https://windows.php.net/downloads/releases/archives/

Dip
  • 151
  • 1
  • 9