Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50976 invoked from network); 16 Feb 2015 10:03:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 10:03:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.45 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.45 mail-qa0-f45.google.com Received: from [209.85.216.45] ([209.85.216.45:60626] helo=mail-qa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/3B-05176-C80C1E45 for ; Mon, 16 Feb 2015 05:03:57 -0500 Received: by mail-qa0-f45.google.com with SMTP id j7so21396545qaq.4 for ; Mon, 16 Feb 2015 02:03:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zrdBzDbn6cpLChtSLQZkIPk9GqCAA6gIiH/AFIZfx3o=; b=fjnpmTPj0zDP/X9p+A7Y8uRi7ZM3aykuskH6p2+FzAM2xQlmB6Vk7z/jlhjt4wFDuP 5SMiaO6x5YorddrlzzyHRVTQ3Szn1zF/z6RM7LGblUH+lnpZ/zGlcRmuYqwINGUCUsyl jUhgXa6Noqy3EFM0lMSTMSuGIu8aPBnD3wm7VmYECyArzLKru09brmsSWW6KMNkiCUz1 AHsCCyKypxLTGM+zLQfdN5ftOr+/XSlS42I9bRz8htRP0mZ7RBdw7RQD7ZkUGumexgK9 RhXUO67J3+usebhgqXjfqCDOQqTRjH/7TgZbAtCqTDQ2bVvxIDLxkMly2Fd1XJynqoWH 7WtA== X-Received: by 10.229.204.135 with SMTP id fm7mr653629qcb.2.1424081033995; Mon, 16 Feb 2015 02:03:53 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Mon, 16 Feb 2015 02:03:12 -0800 (PST) In-Reply-To: <54E1BF7D.6080505@divbyzero.net> References: <54E1BF7D.6080505@divbyzero.net> Date: Mon, 16 Feb 2015 19:03:12 +0900 X-Google-Sender-Auth: 1NXyLupr5vrbcZfgJmEyb4Fn4gs Message-ID: To: Martin Jansen Cc: Joe Watkins , PHP internals Content-Type: multipart/alternative; boundary=001a11c1fd4c29ae05050f31b477 Subject: Re: [PHP-DEV] RFC: Expectations From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c1fd4c29ae05050f31b477 Content-Type: text/plain; charset=UTF-8 Hi Martin, On Mon, Feb 16, 2015 at 6:59 PM, Martin Jansen wrote: > 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? It requires compiler switch. If we don't have INI, then there should declare(), but it requires script modification to enable/disable. It just does not work. That's the reason why. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c1fd4c29ae05050f31b477--