What is safe mode for PHP? Php.exe? Php-cgi.exe? Php-win.exe?

Source: Internet
Author: User
In safe mode, the behavior of the PHP program is limited, such as the inability to perform certain functions, only open files of the specified folder, and so on.
 
Generally in your host to improve the personal site, is the PHP program owner is not your own time, need to set up a secure way.
 
Php.exe is a tool that provides the ability to execute PHP files on the command line, such as if you have a file abc.php, then you can execute the command php.exe abc.php at the cmd command prompt to run the php file.
 
Php-cgi.exe is provided to be used as CGI, except that the following HTTP headers are automatically exported before the file outputs all content: x-powered-by:php/5.2.5content-type:text/ Htmlphp-win.exe can also execute PHP files, the difference is large open the console, do not display the output content. It can be used to write file processing, Web services and other programs without displaying the interface.
  • 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.