Why do PHP programs sometimes display at the beginning: x-powered-by:php/4.0.0 characters?

Source: Internet
Author: User
Tags ini php file
Program | shows this because of PHP. INI some of the settings are not correct, most likely is that there are invalid DLL files. But why is there such a thing?
I built an empty test.php file under the WIN32.
Then execute C:\php4\php.exe test.php, at which point my php.ini configuration is correct. The screen output is:
x-powered-by:php/4.0.0
Content-type:text/html
Gee, isn't that what's on the screen? Yes. However, these two lines are used as headers for HTTP messages. is not displayed in the browser.

Now I loaded the php_mysql.dll in the php.ini. And this file is not there.
To perform C:\php4\php.exe test.php again, the screen output is:
Content-type:text/html
PHP Fatal error:unable to load Dynamic Library ' Php_mysql.dll ' <br>
There are some random characters here.
x-powered-by:php/4.0.0
Content-type:text/html

That is, after content-type:text/html, there are some error messages, which causes x-powered-by:php/4.0.0 content-type:text/html to appear on the screen. And this is actually the HTTP header of the message.

Then I think that in the event of such a mistake, if the Output_buffering=off, then Setcookie () is no way to use.
Do you understand?

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.