Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13572 invoked from network); 31 Oct 2013 08:28:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2013 08:28:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.46 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.219.46 mail-oa0-f46.google.com Received: from [209.85.219.46] ([209.85.219.46:41278] helo=mail-oa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/00-13434-D9412725 for ; Thu, 31 Oct 2013 03:28:14 -0500 Received: by mail-oa0-f46.google.com with SMTP id g12so2745988oah.33 for ; Thu, 31 Oct 2013 01:28:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=E9+OwEzQq/kkTcHPZzHWVgh5VnETtburIZwgeaj1ydo=; b=sVFcNNkAlulVrKKI59AprNWWPHumwC1ZVKmWquqCv1m4BZ+M6elzs55/gXgQ/Lm6ih FE7CsvZkmQsOWjZJs8+xEojOJbVX0buWFq1mtG5KwMMZzS9DrbW+cF6FBkGlXN1m5PEg AJOVaNgfEJ1vwNjAvQSSc3PV+V306HyKMle0dG8fz0kDXXhJ73wsNuyfxfj5L1GNObwl LLWmX2ns14SZmFqLNX9QR6NKIHU/HVnP7enhOKN6dx3BKFURU3SNAwio1t4E+2c7Xxmc v9xYWgmPPeGDXrZqwYt0wBVAyoE4WbUiFy366AU/loH5A/F4cXA6gYkNFKEYSU6/fl0Y Prng== MIME-Version: 1.0 X-Received: by 10.60.56.3 with SMTP id w3mr1623995oep.37.1383208091357; Thu, 31 Oct 2013 01:28:11 -0700 (PDT) Received: by 10.182.26.112 with HTTP; Thu, 31 Oct 2013 01:28:11 -0700 (PDT) In-Reply-To: <527212E9.7040201@php.net> References: <526F98C1.4040607@php.net> <527212E9.7040201@php.net> Date: Thu, 31 Oct 2013 09:28:11 +0100 Message-ID: To: Joe Watkins Cc: PHP internals , Yasuo Ohgaki Content-Type: multipart/alternative; boundary=001a11c20a72ef959004ea053afc Subject: Re: [PHP-DEV] Re: [RFC] Use default_charset As Default Character Encoding From: martin.keckeis1@gmail.com (Martin Keckeis) --001a11c20a72ef959004ea053afc Content-Type: text/plain; charset=UTF-8 > I don't see that it is possible to merge the settings from different > libraries, what if an application is relying on mbstring and iconv having > different settings ?? > > I think this use case is descibed in the RFC. The default_charset can be overwritten: default_charset < php.* < mbstring.*/iconv.* < encoding specified by functions > It's possible that applications are relying on the separation of their > settings in order to function properly, is what I am trying to say. > The same like above. > > The only way you could possibly merge those configuration settings is by > also merging the functionality, there's no backward compatible way to do > that, but I can imagine at some time in the future those libraries being > used to support all of the required input/output/script encoding features > at the level of Zend. > > I don't see how this can move forward and not break stuff ... > > I think it's the same like above...You can override the default setting, so everything should be fine. I'm +1 for this, as there are really to much unnecessary settings around! --001a11c20a72ef959004ea053afc--