Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118445 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 21075 invoked from network); 18 Aug 2022 15:09:07 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Aug 2022 15:09:07 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5DDE4180543 for ; Thu, 18 Aug 2022 10:12:57 -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, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 18 Aug 2022 10:12:56 -0700 (PDT) Received: by mail-ej1-f52.google.com with SMTP id kb8so4434939ejc.4 for ; Thu, 18 Aug 2022 10:12:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=jfjy1aQxvV1LGQBHs8YYrMmKvK1RsBcneD9FdkVobxk=; b=fgHsCGKOq1xX+17rWBkFZSj0/j2typK+2/fXHh8bA8GDOjHgCxQgkmKS5FStxzaegp IHv7V2EP15Pii9lblehcdA6b5c2NpXsNCCkE9gTwd8nQRJ0Hax4yjsGfeYXlvR5RQ6UA bF5IKqIkXdSGsOeS6dC2x5ThQeGirGsCK7LjffIH+0U0qIrA42KNYclThJvAj4UnaBf8 3bS1j6V+Ln97KUM+gvJ1Ciw9OWD088yFbRUNG/QFcHwzJDupYIL/xTcJZguC+uzlwTCt EvfSHweC/9fX823Oo+I5zgGwqsyVkHYjk/VVQTt6tG9ZY/lfVVDpSDUzHsrM758xFVm3 DAFw== X-Gm-Message-State: ACgBeo1pOtjNR1bv2R3uhCcKqgJBXrIEtoFb//Ty2R85fCdFabY7p86c EllFGLrNwFtJKPU548VGa5c3vZ3nHVd6NPk7bHY= X-Google-Smtp-Source: AA6agR5pQ4fPBsGxjuq6+cckCdevm+b0dMiy7JaFtRhncEmhRZtciYSiTBIyeeToUsZBHi3cKVqIDFrILq3ue74ugcY= X-Received: by 2002:a17:907:a420:b0:731:5809:9593 with SMTP id sg32-20020a170907a42000b0073158099593mr2395190ejc.213.1660842775282; Thu, 18 Aug 2022 10:12:55 -0700 (PDT) MIME-Version: 1.0 References: <62FE6487.3000307@adviesenzo.nl> In-Reply-To: <62FE6487.3000307@adviesenzo.nl> Date: Thu, 18 Aug 2022 18:12:44 +0100 Message-ID: To: Juliette Reinders Folmer Cc: PHP internals list Content-Type: multipart/alternative; boundary="000000000000a6124905e6871780" Subject: Re: [PHP-DEV] Re: ***SPAM*** [PHP-DEV] Additional small features for 8.2 From: bukka@php.net (Jakub Zelenka) --000000000000a6124905e6871780 Content-Type: text/plain; charset="UTF-8" On Thu, Aug 18, 2022 at 5:11 PM Juliette Reinders Folmer < php-internals_nospam@adviesenzo.nl> wrote: > On 18-8-2022 15:46, Jakub Zelenka wrote: > > Make libxml_set_external_entity_loader() return the previous loader > > https://github.com/php/php-src/pull/7977 > > Based on the PR, this introduces a new function to PHP/the `libxml` > extension. Doesn't that need an RFC ? > > Note: I'm not opposed to the change as per the current implementation, > just wondering if allowing this to go into PHP 8.2 without RFC is > correct process-wise. > > > Add openssl_cipher_key_length function > > https://github.com/php/php-src/pull/9368 > Similar as the above, new function for the `openssl` extension. > > I do think the two cases are different though as openssl is an optional > extension, while libxml is enabled by default. > > If there are no objections, we have never required RFC for new functions that are small and self contained. I'm also not aware that we would differentiate between enabled by default and disabled by default ones . :) If you follow php-src on GitHub, you will see that there are many addition that don't go through the RFC process as there is no need for that. Regards Jakub --000000000000a6124905e6871780--