Recently i have installed xampp update version which have php 5.6 version. In my c drive i have older version of xampp, i renamed it by xampp_old. My new xampp installation files in C:\xampp. When i try to get php version by my cmd.exe by php -v
command it show older php version (php 5.4.24).I have checked my cmd uses the C:\Program Files\iis express\PHP\v5.4\php.ini
file. How can i set the new php.ini file for my cmd.exe from the c:\xampp\php

Windows cmd.exe未显示实际的php版本
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- doubengman2072 2016-01-16 17:41关注
Run the php command in the c:\xampp folder. If it's still showing the old version, replace the path in your System Environment Variables.
- Start -> type: Edit the system environment variables
- Click Environment variables (lower right corner)
- Under system variables -> Select and edit PATH
- Replace the old folder or add c:\xampp\php; in the Variable value field
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报