Edit report at https://bugs.php.net/bug.php?id=3799&edit=1
ID: 3799 Comment by: cmbecker69 at gmx dot de Reported by: k at les dot cz Summary: default_charset brings small incompatibility Status: Suspended Type: Feature/Change Request Package: Feature/Change Request PHP Version: 4.0 Latest CVS (10/03/2000) Block user comment: N Private report: N New Comment: According to the manual[1] default_charset already defaults to '', what has the desired effect. A test conformed that even for the windows binary of PHP-4.3.11. It seems to me, the request should be finally closed. [1] <http://www.php.net/manual/en/ini.core.php#ini.default-charset> Previous Comments: ------------------------------------------------------------------------ [2000-08-02 12:15:29] j...@php.net I can almost promise this is never going to happen. The default_charset was created to make the "default install" of php [more] secure against the "cross site scripting" bug. For more info, please see the CERT Advisory: http://www.cert.org/advisories/CA-2000-02.html ------------------------------------------------------------------------ [2000-08-01 17:34:11] waldschr...@php.net If that´s true, it´ll really make sense.... ------------------------------------------------------------------------ [2000-08-01 17:28:12] k at les dot cz the problem is that if you're installing a new software you don't suppose it's preconfigured for a special charset. of course, even if you're a newbie, you'll get it after some investigation :) the point of this request is - if default_charset were set to "none" by default, if would work for everyone by default. if it's set to anything else, it works "only" for iso-latin1 users. ------------------------------------------------------------------------ [2000-08-01 14:06:09] waldschr...@php.net Where is the problem for a newbie to have a look on the php.ini file, or am I missing sth? ------------------------------------------------------------------------ [2000-08-01 13:45:31] k at les dot cz oops.. i was talking about NEW php users of course... the problem is in modules for charset conversion, they are getting confused by iso-latin1 header, and it's hard for newbies to solve it... at least it was hard for experienced users when this new feature appeared :) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=3799 -- Edit this bug report at https://bugs.php.net/bug.php?id=3799&edit=1