Find PHP version on windows command line

后端 未结 15 1767
天涯浪人
天涯浪人 2020-12-24 00:35

I just tried to know version of my PHP from windows command typing, C:\\> php -v But it is not working. It says php is not recognized as internal or ex

15条回答
  •  伪装坚强ぢ
    2020-12-24 01:00

    For me, the PHP path traversed from php5.6.25 (or php7) installation folder, through wamp folder, bin and php...

    C:\wamp64\bin\php\php5.6.25>

提交回复
热议问题