Home > Article > Backend Development > What should I do if win8 php is not an internal command?
win8 Solution to the problem that php is not an internal command: 1. Enter cd directly, and then execute the php command; 2. Check whether "C:\Program Files\EasyPHP-12.1\php\php.exe" exists and modify it That’s it.
The operating environment of this article: Windows 8 system, PHP version 7.1, DELL G3 computer
win8 What should I do if php is not an internal command?
1. Go directly to cd \Program Files\EasyPHP-12.1\php, and then execute the php command
2. If possible, look for the problem from the settings. If not, check it out. "C:\Program Files\EasyPHP-12.1\php\php.exe" exists or not.
Related introduction:
EasyPHP is an integrated environment installation package specifically for PHP development. It helps you use PHP to manage data, develop sites and applications. The software integrates PHP 5.X, apache , mysql and other tools, programmers can easily create websites and write web applications.
EasyPHP functions
-EasyPHP is an integrated development environment under windows. It integrates php 5.X, apache, mysql and other tools, which can eliminate the pain of environment configuration. Support Windows 7/8/10.
-This software helps you manage data, develop sites and applications using PHP. It is a good thing for debugging PHP programs, integrated with: PHP 5.4.6 VC9 Apache 2.4.2 VC9 MySQL 5.5.27 PhpMyAdmin 3.5.2.2 Xdebug 2.2.1.
-The full version includes PHP 7.x / 5.5.x / 5.4.x / 5.3.x, Apache, Nginx, MySQL, PhpMyAdmin, Xdebug modules components
Recommended learning: "PHP video tutorial》
The above is the detailed content of What should I do if win8 php is not an internal command?. For more information, please follow other related articles on the PHP Chinese website!