Re: [PHP-DEV] PHP 4.0 Bug #7853: session breaks Unicode font in Netscape From: Ignacio Vazquez-Abrams (ignacio <email protected>)
Date: 11/16/00

On 16 Nov 2000 kpmm2000 <email protected> wrote:

> From: kpmm2000 <email protected>
> Operating system: Solaris/Linux
> PHP version: 4.0.3pl1
> PHP Bug Type: Unknown/Other Function
> Bug description: session breaks Unicode font in Netscape
>
> Session BREAK!!
>
> session_start() and/or session.auto_start = 1; in
> php.ini will break HTML pages served with Unicode
> character set under Netscape:
>
> <meta http-equiv="Content-Type" content="text/html;
> charset=UTF-8">
>
> Under Netscape you will get blank BOXES on your HTML
> pages for a few seconds then automatically convert
> back to normal. In some cases, the page stay with
> these codes in it.
>
> --- If session_start or session.auto_start is taken out then the page shows up normal even with Unicode charset is set for the page.
>
>
> I'm sure it has something to do with session function!!
>
>
> This test was performed with PHP4.03 for Solaris/Linux and using Netscape4.6 on windows98
>
> PHP Developers, please fix this bug!
>
> Regards,
>
> Kenny
>

This is a problem with Netscape, not PHP. The session stuff you mentioned
prevents Netscape from caching the page, which means it has to figure out
the charset stuff each time you go to the page. There's nothing that can
be done about it.

Somebody close this bug please.

-- 
Ignacio Vazquez-Abrams  <ignacio <email protected>>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>