Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70498 invoked by uid 1010); 23 Jun 2005 01:50:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70483 invoked from network); 23 Jun 2005 01:50:49 -0000 Received: from unknown (HELO zend.com) (127.0.0.1) by localhost with SMTP; 23 Jun 2005 01:50:49 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:55346] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 61/1E-22648-7751AB24 for ; Wed, 22 Jun 2005 21:50:48 -0400 Received: (qmail 17519 invoked from network); 23 Jun 2005 01:50:43 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 23 Jun 2005 01:50:43 -0000 Message-ID: <5.1.0.14.2.20050622185024.02030a50@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 22 Jun 2005 18:50:39 -0700 To: Antony Dovgal ,internals@lists.php.net In-Reply-To: <20050623012804.541630ea.antony@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PATCH] bugfix for #29983 (unable to set default_charset using ini_set) From: andi@zend.com (Andi Gutmans) References: <20050623012804.541630ea.antony@zend.com> I suggest to leave this out of Beta 2 and I'd like to hear feedback from others here as to this patch. Andi At 01:28 AM 6/23/2005 +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. > >-- >Wbr, >Antony Dovgal