Siddharth Rathod
Siddharth Rathod

Reputation: 638

how can i update php cli version from command prompt on Windows?

i am using windows os, want to update php version to PHP 7.2.5 or grater currently using PHP 7.2.3

Upvotes: 2

Views: 12147

Answers (1)

Greedo
Greedo

Reputation: 3549

  1. Update the PHP installed version
  2. Update the environmental variable with the path of the newly installed PHP folder (info here)
  3. Restart any console already open in order to refresh the state
  4. (in some cases/software restart the pc)

Upvotes: 1

Related Questions