Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39249 invoked from network); 18 Jun 2016 10:18:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2016 10:18:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.213.41 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.213.41 mail-vk0-f41.google.com Received: from [209.85.213.41] ([209.85.213.41:35993] helo=mail-vk0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/F1-18862-CFF15675 for ; Sat, 18 Jun 2016 06:18:37 -0400 Received: by mail-vk0-f41.google.com with SMTP id u64so144718216vkf.3 for ; Sat, 18 Jun 2016 03:18:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hDaRuYB3pq76UguxbKq+sIhpMlpVohtuQxQ8TKppg4s=; b=bW1K4Zht78EwCE6rtZ0yb96KU18yD3Ir6B1I1xCUAQKcxSL3m/N1NLnvuVHXNizqVi wgKMkzhcSM/y/kIe4cLFci3HoCoWHczWnOqawB23CyGlQRQUB23ZW9HXMOQEOerU3e9b KiAt1gdGZPOcQIM3rpvzINIMvkxRyFJAdoNUqx9mn1AjLZT8dJwyeaN5qDHDxXWF+tBo sTb7ak5gFSbcP0X3+dCjdKPchyU9MX/nuqN+/KOTYKTZGT/5AjWFdMmOrqSxJ8dOMGTW LPmNamzIg+AXSyTqoNyV+PrHBWfzmnk4E4EDaugIzPZ7/ExTF1613RkcHK4QJFkgvjo0 RkfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hDaRuYB3pq76UguxbKq+sIhpMlpVohtuQxQ8TKppg4s=; b=FfppBs79LQaPhCaGNlpryJ4PkVGBBCngXppGaOI4UVQOqvqVtqfnKmB+0ijyBxaP5k hcdV+QEbdfzJKFZ3zyj6B73LxEtLI3tqYz/bnJbNEhfOmDXbobuQgib4VXDu3p1XubsJ ZX3TBsdyaKYrsOsUkg4jOALtf00PyZO90/qs97SQ2hSI4N69XcJG2FIiZSKlHK3YohHI ggg3DdJ8RqWGZwXXSqN25jtXdprKa4NpMQE54JENTBAM3zQsuUwOLVx2TPu/lM/Gc5HN rwlXtvoCY8bRVfxKQwaz+JsUV1IiV9gHm6yhXrQzWEwVPXb5m3bS//k4vwD3x977sILq YqGA== X-Gm-Message-State: ALyK8tKVFYQJC6AcWbQVke8liWSBSNvf3i7YLnBdQhMj23HCf227S4YOp4W5qxpWHuVZ9tTKvCrH+Fe8hQ2anQ== X-Received: by 10.176.65.3 with SMTP id j3mr2733084uad.62.1466245113306; Sat, 18 Jun 2016 03:18:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.5.193 with HTTP; Sat, 18 Jun 2016 03:18:32 -0700 (PDT) X-Originating-IP: [78.147.0.240] In-Reply-To: <20160617222830.676F51A82559@dd1730.kasserver.com> References: <20160617222830.676F51A82559@dd1730.kasserver.com> Date: Sat, 18 Jun 2016 11:18:32 +0100 Message-ID: To: Thomas Bley Cc: walterp@gmail.com, michael.vostrikov@gmail.com, "internals@lists.php.net" , Niklas Keller Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] New escaped output operator From: danack@basereality.com (Dan Ackroyd) On 17 June 2016 at 23:28, Thomas Bley wrote: > I wrote: no we have a php.ini setting While I can't speak for everyone, my belief is that any proposal that depends on adding new php.ini settings (that people will need to set per appliation,) is going to be overwhelmingly rejected. We've mostly learnt that fiddling with ini settings for anything other than a system wide setting is just a horrendous experience for end-users. cheers Dan