Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111297 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 63016 invoked from network); 3 Aug 2020 16:04:18 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Aug 2020 16:04:18 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E5ACD18054B for ; Mon, 3 Aug 2020 08:01:45 -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=1.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (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 ; Mon, 3 Aug 2020 08:01:45 -0700 (PDT) Received: by mail-lj1-f180.google.com with SMTP id w14so10153056ljj.4 for ; Mon, 03 Aug 2020 08:01:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=yP7IrIxeLQzm+LIhVZl5Dp/MikASj2tUabF3mr5e6Y4=; b=Ztp72uRegS4fDVv0xH+fACnd0vX5CIlx1jFpWQK/bBLKABX3R5HA/eFvX5Yyzo0Pdp q4CpVZh3xwd2vHa0rBd8iX10SqtBx8l+Iv/GfPTHvsMDhSr2yav1MU2mHvQhtLAr4tRP zYcovN1oe8frhLDGuQoR1urgJZ8OHjsYGVgDZSOFGnRWN82HyEbwfXSrFB+EVNzfwYxt XG24kyJ4cx0lE7LQAYGN/sMJ8+D7VRk7ufXAZ17vVrd7zyRByqvxxlcLHOY+luX8VQWy mFnCzhf1xokRGTOwMCVMByFzLAUebG0JB4cuJSdEKe4FiA3TBZGRi5SOY/SKi6W50YUw r8uw== X-Gm-Message-State: AOAM532zkTKjEw3itnkK7m9L5f1DYRKapZ6e7E1JeBJL9v9GMvU7m59F SU+FGLk1DXo3evPC3MRrkAindvzd6S2GYyLkoI4jyA6Xihk= X-Google-Smtp-Source: ABdhPJyFFbqwTgc2c3OxGxEDMEgXAorih/VSLbuIjzZmMa5DbnCCyo7Cl8eBBNg6idqSZcab9Ajh3805ncExQXBWfjk= X-Received: by 2002:a2e:8145:: with SMTP id t5mr1778301ljg.398.1596466901331; Mon, 03 Aug 2020 08:01:41 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 3 Aug 2020 10:01:30 -0500 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000008cc40205abfa6a79" Subject: Resource to Object conversion From: pollita@php.net (Sara Golemon) --0000000000008cc40205abfa6a79 Content-Type: text/plain; charset="UTF-8" I just learned about https://github.com/php/php-tasks/issues/6 Is it the case that we've agreed as a whole to simply make these conversions (as quiet under-the-hood, should only break is_resource() type of changes) without need for individual RFCs? Or is a perfunctory RFC and vote called for on each conversion? -Sara --0000000000008cc40205abfa6a79--