Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114722 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 25362 invoked from network); 3 Jun 2021 22:13:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Jun 2021 22:13:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4EECF1804CC for ; Thu, 3 Jun 2021 15:27:34 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 3 Jun 2021 15:27:33 -0700 (PDT) Received: by mail-io1-f45.google.com with SMTP id a8so7992215ioa.12 for ; Thu, 03 Jun 2021 15:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UVbi8lMMql3GzgtQxDgGCHYyWPcrk2t6ZM8liFcwbug=; b=ISk+eoZCJvTaHnncKV+2AfEsm5jnXoAocru3r0l8BGXFttJSq1f1RU/Qvyd5hJGwPt G4b5T0N149x0T6F7OHJn1n2Wx6Wc5C1wjy3Cgo8RkKjbpquZaSREUdK+36fdijspKnZV 8LD2Rq2Czlg9kyJtJxtGiaRJRFi1O1ZcD43bXnI4Y0H+7rYUKF3vJIU/MBwlBkymLAN/ fszUxtgS67grtCFdnC4pgzvVnLHm8qI9trT5K/CnxP66r8qfkhLTMNwH/T60oB6dGSz5 65a1kzmEMvDoXxVz5dMKVW7iBDTuBAqhSbrtIOMeyBSLRiWHkb2+qhVBxWidKhHSgadV zung== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UVbi8lMMql3GzgtQxDgGCHYyWPcrk2t6ZM8liFcwbug=; b=o8ZdCQ9fCyxThbq8+xrf3ZGMB/MfCxH5inVpeP8EPuK3t7Z05LnM0vo79G5CYm1XkQ VnmzEhQX65LseySE6g/VJg2R8xWR57j+Xp8+Jqu33m0+j+sF9zQx6OjyKr/04tNQVHhI 9+zfwG1Bwotpb8uescBnjO5sZxv0J71kLW2d8iP5YzMJ4LQHRYm01GDIVPhR7159btIa fG7Y5xQkIxUA73ggV5nABawuu16VUL74/YaUp9wU/Ol9qYQYdoovxg09u1zVpQIuzSop 0IdTw7jGz5Ni4EPkHNI78vxVOVR4Oevl1bKP38otuMkN035reusPl1iSMqmXbODEE42H H8uQ== X-Gm-Message-State: AOAM531XgOC/XUPMAJC6yVtzpW+34g/JbEIUp9Rcfp054eGSlgu9FOQu vTF2ZXY7eIhPIX/fFnHnzfI2TZcbzKefDBMR3Q== X-Google-Smtp-Source: ABdhPJxhrzTnInoui3NknXsf0HTcHLHg/OQOV2Jl5Rn2X9N68pW6Q8L38W0NN+WET3oKBPQvOpv9GjTSRy/xBlEwdOk= X-Received: by 2002:a05:6638:34ac:: with SMTP id t44mr1068368jal.97.1622759246406; Thu, 03 Jun 2021 15:27:26 -0700 (PDT) MIME-Version: 1.0 References: <6D61A2FD-DC80-43A5-81C2-FB19F9CB5078@dafert.at> In-Reply-To: Date: Thu, 3 Jun 2021 15:27:15 -0700 Message-ID: To: "Christoph M. Becker" Cc: Mel Dafert , internals@lists.php.net Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: Policy for procedural style in new additions From: paul.crovella@gmail.com (Paul Crovella) On Thu, Jun 3, 2021 at 3:07 PM Christoph M. Becker wrote: > > I'd take a step at a time, and start with "prohibit introduction of new > dual APIs" only. > That sort of RFC doesn't really buy anything. It'd take a 2/3 vote to override it which is the same as what it'd take to introduce a dual API in the first place. Drop the ceremony and just add a note to the wiki.