Common installation paths for PHP on Windows

I am creating an installation process that needs to know where PHP (php-win.exe) is installed on Windows. He asks the user for a location, but ideally he will first check for a few obvious places.

The obvious installation paths include:

  • C: / Program Files / PHP
  • C: / WAMP / bin / PHP / version /

Does anyone have a list or more suggestions?

[this is used by the command line tool, not by the installer, which will simplify the selection of the folder].

+3
source share
2 answers

The most common way I've seen for PHP on Windows is:

C: \ PHP

If you check wamp, you can also check xampp.

+2
source

4 5 WAMPs, , PHP.

.

, Wamp-Developer PHP C:\WampDeveloper\Components\Php

, PHP, 95%.

php.exe.

0

All Articles