Home > Backend Development > PHP Problem > How to determine whether linux php is installed successfully

How to determine whether linux php is installed successfully

藏色散人
Release: 2023-03-08 21:36:02
Original
2049 people have browsed it

Linux PHP method to determine whether the installation is successful: first open the command window; then enter and execute the command "#php -v". If the relevant details of PHP are displayed, it means that PHP has been installed successfully.

How to determine whether linux php is installed successfully

The operating environment of this article: Windows7 system, PHP7.1 version, DELL G3 computer

#php -v
Copy after login

If the relevant details of php are displayed, it means The installation has been successful. If

-bash: php: command not found
Copy after login

is displayed, the installation was unsuccessful.

[Recommended learning: PHP video tutorial]

The above is the detailed content of How to determine whether linux php is installed successfully. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template