Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36289 invoked from network); 16 Mar 2015 22:11:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 22:11:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.53 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.53 mail-qg0-f53.google.com Received: from [209.85.192.53] ([209.85.192.53:36358] helo=mail-qg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/70-34940-02557055 for ; Mon, 16 Mar 2015 17:11:44 -0500 Received: by qgg60 with SMTP id 60so53512300qgg.3 for ; Mon, 16 Mar 2015 15:11:42 -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:content-transfer-encoding; bh=o7Y52TyWcZXXx0QDOD7qzx+dPDRIfFRiGKhT9GtPrqg=; b=mKroP/2DZqG+t2fLwDKf9qJIraa8jsmWLMHRBPGDE3o30i/nwY/jWBZdVt5rAB3oed CPtiG5qoPpmGKTKuax2cFly6PDgIt8qdDR6HNh0vRvG3W6b7TE7qt0bYtrFVJY615GSz junsUANKv2JwilPCDVuLh2Nx9uIalZE4KiL4nvCgI4eugiRq3mCWcYe7B3u6KUDoCnHf X5v2pegsUmFgLDRjMtzRy/Tu5EJ/bMKjuOO5ujLNaKJJahZCTAfaae1fp6Nj1oIg7C0l eVmVGNPXdnA5AVtH4ZYN+VtzaxQmPRz0joR5zmgb/EsHMfqTbLUrZ7jcnAjrF9M3Xf24 RFhQ== MIME-Version: 1.0 X-Received: by 10.55.31.101 with SMTP id f98mr84225305qkf.34.1426543901936; Mon, 16 Mar 2015 15:11:41 -0700 (PDT) Received: by 10.96.160.99 with HTTP; Mon, 16 Mar 2015 15:11:41 -0700 (PDT) In-Reply-To: References: <55066F07.80308@birkholz.biz> <5506794B.8090008@birkholz.biz> Date: Mon, 16 Mar 2015 23:11:41 +0100 Message-ID: To: Pierre Joye Cc: Dan Ackroyd , Derick Rethans , Dennis Birkholz , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] About declare(strict_types = 1) From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) On Mon, Mar 16, 2015 at 11:04 PM, Pierre Joye wrote: > > On Mar 16, 2015 11:16 PM, "Pavel Kou=C5=99il" wrote: > >> I can't speak for anyone who voted, but personally, if I could vote, I >> would voted "no" - not because "I don't want to block people from >> getting what they want", but because I sincerely think that having ANY >> setting that changes code's behavior is bad in the long run (and that >> removing the feature might not be really easy, once people realize >> that the feature is really bad, as people realized with safe_mode and >> register_globals after few years). >> >> I work on multiple projects for multiple clients - some have great >> code base, some have a bad one. Different typing contexts in different >> projects isn't going to help anything at all - it will only bring a >> mental overhead. > > So you would have voted no on namespaces? You will probably have to try to explain the similiarity between a setting that conceptually changes how language works and namespace. I guess Derick wanted to do so, but his example doesn't make sense and I didn't understand it, tbh. Regards Pavel Kouril