mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
As it turns out, there are some browsers that can't handle default
charsets. I think forcing this on is going to cause us a lot of headache, so turn it off by default. @ Don't default to iso-8859-1 since this confuses some browsers
This commit is contained in:
parent
49c32728af
commit
c32e09f791
2 changed files with 3 additions and 3 deletions
|
@ -197,7 +197,7 @@ struct _sapi_post_entry {
|
|||
#define SAPI_HEADER_SEND_FAILED 3
|
||||
|
||||
#define SAPI_DEFAULT_MIMETYPE "text/html"
|
||||
#define SAPI_DEFAULT_CHARSET "iso-8859-1"
|
||||
#define SAPI_DEFAULT_CHARSET ""
|
||||
#define SAPI_PHP_VERSION_HEADER "X-Powered-By: PHP/" PHP_VERSION
|
||||
|
||||
#define SAPI_POST_READER_FUNC(post_reader) void post_reader(SLS_D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue