Php command line mode in linux

Source: Internet
Author: User
Great gods, there is an index. php file in the root directory of the website, which can be normally output through browser access, but I cannot explain how to execute phpindex. php in Linux. Is my method wrong? what should I do?


Great gods, there is an index. php file in the root directory of the website, which can be normally output through browser access, but I cannot explain how to execute php index. php in Linux. Is my method wrong? what should I do?

Reply content:


Great gods, there is an index. php file in the root directory of the website, which can be normally output through browser access, but I cannot explain how to execute php index. php in Linux. Is my method wrong? what should I do?

PHP installation directory/bin/php-vPHP installation directory/bin/php-cgi-v # If you can see the PHP version information, execute: export PATH = $ PATH: PHP installation directory/php/bin

Unable to see the information. install the PHP package.

Install the php command line interpreter first, such as Ubuntu/Debian:

sudo apt-get install php5-clisudo apt-get install php7.0-cli

Php sapi packages:

apt-cache search php7.0php7.0-cli - command-line interpreter for the PHP scripting languagephp7.0-cgi - server-side, HTML-embedded scripting language (CGI binary)php7.0-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)libapache2-mod-php7.0 - server-side, HTML-embedded scripting language (Apache 2 module)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.