Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97587 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59630 invoked from network); 8 Jan 2017 15:38:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2017 15:38:44 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.195 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.223.195 mail-io0-f195.google.com Received: from [209.85.223.195] ([209.85.223.195:35064] helo=mail-io0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/88-31343-30D52785 for ; Sun, 08 Jan 2017 10:38:44 -0500 Received: by mail-io0-f195.google.com with SMTP id m98so4603713iod.2 for ; Sun, 08 Jan 2017 07:38:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=cPjS+IJtdZA5J60d67vnuXxi8RSjznBcg3hNEP2TiP0=; b=VcVHrJuBpKxw8NXN2MmF32WlWZ5y8eG0ffW/9wEHZuPQL/zdXBoxz5mjB4JXielWIX pFWpjSoSUbEFAjCcxbNUXf+CQMCRFHCvuV482J9h6HbM8f1kQAc6Gol3VRaymx4/ATot ZDtI91X1FOh+mxSSXXm6i57TChTT8KdsQktNhcQGGcLpe0npLWyGHZsVuD8GhadNODIc NClFj2LSBn6WDMDpvyAMYwP8So/s5i9av5JP9gXsVd6kXxkKlsYcvBHtWKlDX/slubTm VQSLdLCSTHi4SMPI66yU2Dbp3TzYL9U4TQidYp6o4koLrNuHLC/+qDl4nH4vXANEhnA5 b+PQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=cPjS+IJtdZA5J60d67vnuXxi8RSjznBcg3hNEP2TiP0=; b=H2dDp52MYHd+zxwYgGtBCqm/ZaEjyQmgjknrL/EAsetwzUqT79Xrc0D6NcmvqaDWan J3G3q9Wy9jCYD9TpxVbQcTxMfFu2hUCwCcY5HMYAm06EhH0aujO46t49Pj6iIJvBuXyD lRVvwuWu3UoLyeEtipRVfH+PIzixnDK2wOdeA5q4yNj4OekKvfDspKr4DRxT4wyY1bAO F0Ei6RTiEaYsVj2gouFlGINphqVB873DpqFCnXWNg6cu8kVA4FMIbEbnyRrhDCCVIEwe gDElCnhmtWFBUvi+oMGq48OOKF3sjFFnkJD7DIMEuHWptpitO5c+DfMhk4rIxwyZf2lU ktwA== X-Gm-Message-State: AIkVDXLax9luxFXSy2JajpSiXSmOrBwjIj+AE2Jrp7CQjdnImnAmXU0ojl/0kUZav0Bkd8TeXHgSa2I83MfYxQ== X-Received: by 10.107.31.84 with SMTP id f81mr34511930iof.236.1483889921318; Sun, 08 Jan 2017 07:38:41 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.134.233 with HTTP; Sun, 8 Jan 2017 07:38:40 -0800 (PST) In-Reply-To: References: Date: Sun, 8 Jan 2017 16:38:40 +0100 X-Google-Sender-Auth: 3HAktkwiy08Rj5iNe2JTuUZnpwc Message-ID: To: Marco Pivetta Cc: "Colin O'Dell" , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE] array_change_keys From: kalle@php.net (Kalle Sommer Nielsen) Hi Marco 2017-01-08 15:43 GMT+01:00 Marco Pivetta : > * New warnings. No, please, we want `Throwable`: warnings are terrible Only really chiming in for the warnings part; warnings should not be a blocker for a new feature, because it would create an inconsistency with that function and the rest. If we were to implement a Throwable technique for such, then it should be done for everything instead, like all ext/standard or ext/whatever and that is a lot of work, we just need someone to start the movement if it is so desired. -- regards, Kalle Sommer Nielsen kalle@php.net