Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49195 invoked from network); 16 Feb 2015 09:59:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 09:59:34 -0000 Authentication-Results: pb1.pair.com header.from=martin@divbyzero.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=martin@divbyzero.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain divbyzero.net from 87.230.111.149 cause and error) X-PHP-List-Original-Sender: martin@divbyzero.net X-Host-Fingerprint: 87.230.111.149 mx.bauer-kirch.biz Linux 2.6 Received: from [87.230.111.149] ([87.230.111.149:49567] helo=mx.bauer-kirch.biz) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/EA-05176-18FB1E45 for ; Mon, 16 Feb 2015 04:59:31 -0500 Received: by mail.bauer-kirch.de with ESMTPSA id 1YNISb-0006W8-T8 authenticated id <420000403> (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16); Mon, 16 Feb 2015 10:59:25 +0100 Message-ID: <54E1BF7D.6080505@divbyzero.net> Date: Mon, 16 Feb 2015 10:59:25 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Joe Watkins CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Expectations From: martin@divbyzero.net (Martin Jansen) On 16.02.15 10:37, Joe Watkins wrote: > Please review the RFC, and provide feedback, if there are no strong > objections we will go ahead with a vote when the patch is ready, in the > coming days. > > https://wiki.php.net/rfc/expectations I like it. But why do those two INI settings use different "namespaces"? Why not call zend.assertions something like assert.enable? Also I'm wondering if the default value for zend.assertions should better be 0? - Martin