Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79537 invoked by uid 1010); 3 Oct 2006 02:22:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79518 invoked from network); 3 Oct 2006 02:22:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2006 02:22:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.235 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 66.249.82.235 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.235] ([66.249.82.235:60159] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/63-59377-879C1254 for ; Mon, 02 Oct 2006 22:22:49 -0400 Received: by wx-out-0506.google.com with SMTP id s18so2096069wxc for ; Mon, 02 Oct 2006 19:22:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=n6H+nRelWImkb/865Muy0NxO8KGsc+ZNJyHSbm0jZifv5ChbD+W/vWbtQzjYmUXhu2uy1Mf6aYHw/+058MiqONK6fsCLwqaaritol/aFDIrTr4suAupWebTVnqCwH+6bgj6dis1tmLKEN69bnCYn/nPLpNEFAecWvkuy1OCxP8I= Received: by 10.70.7.4 with SMTP id 4mr7946002wxg; Mon, 02 Oct 2006 19:22:45 -0700 (PDT) Received: from ?192.168.1.6? ( [74.108.68.217]) by mx.gmail.com with ESMTP id h35sm5650640wxd.2006.10.02.19.22.45; Mon, 02 Oct 2006 19:22:45 -0700 (PDT) In-Reply-To: <03a49eb85c1b86038c5d127230bd3f78@gravitonic.com> References: <03a49eb85c1b86038c5d127230bd3f78@gravitonic.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <2D4D783F-7AD0-41AE-B4F6-6F14964864AC@prohost.org> Cc: PHP Internals Content-Transfer-Encoding: 7bit Date: Mon, 2 Oct 2006 22:22:42 -0400 To: Andrei Zmievski X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Per-request UG(unicode) From: ilia@prohost.org (Ilia Alshanetsky) After looking at the patch, I think that for the sake of code sanity we need to keep this setting only inside php.ini only. The amount of hackery per-request setting creates is just not worth the convenience IMHO. -1. Ilia