Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118438 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 92185 invoked from network); 18 Aug 2022 11:42:25 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Aug 2022 11:42:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1460F1804C6 for ; Thu, 18 Aug 2022 06:46:13 -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=0.5 required=5.0 tests=BAYES_40, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,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-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) (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 06:46:12 -0700 (PDT) Received: by mail-ed1-f42.google.com with SMTP id t5so1941405edc.11 for ; Thu, 18 Aug 2022 06:46:12 -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:mime-version:x-gm-message-state :from:to:cc; bh=xy6EVzjdvsxBjKQxvQLN81FenJ+Jqf/P8URF8zucKuE=; b=MKnqfzg7hR+3jcnR+a5aX8Pm2za4SWYZc3RTn3Wx6ldDBb9a2GXy+4IRMN1RZFyXR2 ManQMIBgKhTnGCdmbb8FGzmOhLF0gp086fUhXLi/KeXwdWgwohnSdZuhXyODtgoTiytd rEJZOyL9l1Xh/JPV0X80zN65RcUMAcso4/6qgLiuftwwnPaFSPY+OFzxZupXFJvS8JOj prJOyx3qFMTrFIy3FjJhXQsqrhZ+xUY7NE/xlLtjASgZAjsOj3dpIKPj7nmAvNElMhkE YLh2NUgy19SJVwzMqOfF5GKOeRlm9SAK76myHuHMQcvVh8WcAjTgkLf6JrdDKD+M2n8f C2Ig== X-Gm-Message-State: ACgBeo0CMvt354PUfdjd6YhFA0csLzs40xCzlY5pXtCDf8D50IwG3qAR U3H5BCsRyeJzLosoY92XTkHiXgy9cpHCPs+nhrsBqcW642g= X-Google-Smtp-Source: AA6agR4Nf4dR3YzY9nqHrrJrNWCAkAz5/lHiqHlWv0qWd3kODI98v9T8ykmZDUCN5S+895njsuLs7COebfNP6FbhH1U= X-Received: by 2002:a05:6402:428a:b0:42e:8f7e:1638 with SMTP id g10-20020a056402428a00b0042e8f7e1638mr2387246edc.228.1660830371158; Thu, 18 Aug 2022 06:46:11 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 18 Aug 2022 14:46:00 +0100 Message-ID: To: PHP internals list Cc: sergey@php.net, Pierrick Charron , Ben Ramsey Content-Type: multipart/alternative; boundary="0000000000004e25e305e68434b3" Subject: Additional small features for 8.2 From: bukka@php.net (Jakub Zelenka) --0000000000004e25e305e68434b3 Content-Type: text/plain; charset="UTF-8" Hi, There are some small self contained features that would be good to get to 8.2 unless there are any objections ofc. Make libxml_set_external_entity_loader() return the previous loader https://github.com/php/php-src/pull/7977 Improved responses to different requests on static resources in built-in web server https://github.com/php/php-src/pull/8215 Implement FR #76935: OpenSSL chacha20-poly1305 AEAD support https://github.com/php/php-src/pull/9366 Add openssl_cipher_key_length function https://github.com/php/php-src/pull/9368 As it needs to be done before the first RC, I will wait for a week and if there are no objection, I will merge them. Thanks Jakub --0000000000004e25e305e68434b3--