Re: [PHP-DEV] [PATCH] bugfix for #29983 (unable to set default_charset using ini_set)

2005-06-22 Thread Ilia Alshanetsky
Tony, It looks like you are missing a check to determine if the headers have already been sent. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] bugfix for #29983 (unable to set default_charset using ini_set)

2005-06-22 Thread Antony Dovgal
On Thu, 23 Jun 2005 01:28:04 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: > Hello all, hello Andi. > > Andi, I'd like to ask your permission to commit the patch for > http://bugs.php.net/bug.php?id=29983 > It adds OnUpdateDefaultCharset, which calls sapi_header_op() (only in > runtime) to sub

[PHP-DEV] [PATCH] bugfix for #29983 (unable to set default_charset using ini_set)

2005-06-22 Thread Antony Dovgal
Hello all, hello Andi. Andi, I'd like to ask your permission to commit the patch for http://bugs.php.net/bug.php?id=29983 It adds OnUpdateDefaultCharset, which calls sapi_header_op() (only in runtime) to substitute SAPI content-type/charset header. See the patch in attachment. -- Wbr, Antony