|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-05 15:11 UTC] smacvicar at gmail dot com
[2004-09-06 05:01 UTC] rasmus@php.net
[2005-06-22 23:29 UTC] tony2001@php.net
[2005-10-19 22:39 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 00:00:01 2025 UTC |
Description: ------------ default_charset is marked as PHP_INI_ALL but I can't set it using ini_set. If I set it throught .htaccess it works fine. Reproduce code: --------------- <? ini_set('default_charset', 'UTF-8'); ?> Expected result: ---------------- HTTP/1.1 200 OK (...) Content-Type: text/html; charset=UTF-8 Actual result: -------------- HTTP/1.1 200 OK (...) Content-Type: text/html; charset=ISO-8859-1