Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16865 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60966 invoked by uid 1010); 22 Jun 2005 21:32:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60951 invoked from network); 22 Jun 2005 21:32:39 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 22 Jun 2005 21:32:39 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:52235] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 0E/81-22648-4F8D9B24 for ; Wed, 22 Jun 2005 17:32:36 -0400 Received: (qmail 32749 invoked from network); 22 Jun 2005 21:32:32 -0000 Received: from internal.zend.office (HELO int.zend.com) (10.1.1.1) by internal.zend.office with SMTP; 22 Jun 2005 21:32:32 -0000 Date: Thu, 23 Jun 2005 01:32:35 +0400 To: internals@lists.php.net Message-ID: <20050623013235.3ca64f94.antony@zend.com> In-Reply-To: <20050623012804.541630ea.antony@zend.com> References: <20050623012804.541630ea.antony@zend.com> X-Mailer: Sylpheed version 2.0.0beta2 (GTK+ 2.6.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] bugfix for #29983 (unable to set default_charset using ini_set) From: antony@zend.com (Antony Dovgal) On Thu, 23 Jun 2005 01:28:04 +0400 Antony Dovgal 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 substitute SAPI content-type/charset header. > See the patch in attachment. Btw, the same issue applies to default_mimetype too, so I'll cook another one patch (it won't take a lot of time) if this one is ok. -- Wbr, Antony Dovgal