Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118439 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95700 invoked from network); 18 Aug 2022 12:33:52 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Aug 2022 12:33:52 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7CB5C180543 for ; Thu, 18 Aug 2022 07:37:40 -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.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_NONE,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-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) (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 07:37:40 -0700 (PDT) Received: by mail-qv1-f47.google.com with SMTP id b2so1321500qvp.1 for ; Thu, 18 Aug 2022 07:37:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:references:message-id:cc:date:in-reply-to:from:subject :mime-version:x-gm-message-state:from:to:cc; bh=qe+9yic9b0er1iaQuIJFsY8zv32gN4sJPJKlk6isvuk=; b=JOVEQeS45HB0Aen8kcUh5+lDn3BiWSRy5WxVJL+inHe48r8AJlTItNUYgfLBtMOisv r6IHlXM1QGgI1doFC2bEXbhBM+zfPbpaDpx8q5S7Jb4qqjT0AmS9rF+0vjVPjvRueYiD OyGlkCoSgn4n+gRRSUHT7vTJEKW1XfQwAZwpnW8WvVM0qlS30JNbrNYSnKP/hX/hDgVL sBmUeuoj8phdXV2eC6wLsv/iqhJSryG/fM7oiCBR5VabvpRrmWdsOc46vOoPEs/LOuWz sbFXkml3E//l8tFvjqNcIl8ynViViNIBTmyG5xAT3PzFY9IPBzEMwiCIlPqO4aIsdAU8 P9rg== X-Gm-Message-State: ACgBeo0OvbPdDNfFYD6NUffjajfnfbcRn0hB7MhxuUK9MDD3NIZt2qUX gw8fC10muo+zL34dUwthT+oVNQ== X-Google-Smtp-Source: AA6agR4Zn/VIkRr6XO9qXQYM3KGdjsFfoQ5InlYtT5g1OzKo+fiTddg+j4K+Sq+kW7qggE5cz4NTDQ== X-Received: by 2002:a05:6214:500b:b0:476:8b63:297b with SMTP id jo11-20020a056214500b00b004768b63297bmr2564234qvb.110.1660833459373; Thu, 18 Aug 2022 07:37:39 -0700 (PDT) Received: from smtpclient.apple (h96-61-105-82.lvrgtn.broadband.dynamic.tds.net. [96.61.105.82]) by smtp.gmail.com with ESMTPSA id t39-20020a05622a182700b00342f7beccd0sm1168510qtc.45.2022.08.18.07.37.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Aug 2022 07:37:37 -0700 (PDT) Content-Type: multipart/signed; boundary="Apple-Mail=_BA106D29-5FC0-49E2-8F29-69AB2405FA7E"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) In-Reply-To: Date: Thu, 18 Aug 2022 09:37:35 -0500 Cc: PHP internals list , sergey@php.net, Pierrick Charron Message-ID: References: To: Jakub Zelenka X-Mailer: Apple Mail (2.3696.120.41.1.1) Subject: Re: Additional small features for 8.2 From: ramsey@php.net (Ben Ramsey) --Apple-Mail=_BA106D29-5FC0-49E2-8F29-69AB2405FA7E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Aug 18, 2022, at 08:46, Jakub Zelenka wrote: >=20 > Hi, >=20 > There are some small self contained features that would be good to get = to 8.2 unless there are any objections ofc. >=20 > Make libxml_set_external_entity_loader() return the previous loader > https://github.com/php/php-src/pull/7977 >=20 > Improved responses to different requests on static resources in = built-in web server > https://github.com/php/php-src/pull/8215 >=20 > Implement FR #76935: OpenSSL chacha20-poly1305 AEAD support > https://github.com/php/php-src/pull/9366 >=20 > Add openssl_cipher_key_length function > https://github.com/php/php-src/pull/9368 >=20 >=20 > 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. >=20 > Thanks >=20 > Jakub Feature freeze is at the first beta release, not the first RC. Are these new features or bug fixes? Cheers, Ben --Apple-Mail=_BA106D29-5FC0-49E2-8F29-69AB2405FA7E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEObZBND2MEEsrFG3D+cOdwLlphUQFAmL+Tq8ACgkQ+cOdwLlp hURXfg//dQYDsL5WokveK61buwW+tB+bAXQaFzWUrpkqOg54zz6LiP7CWZf/DW0T puPpwjOv83kJxpZ9DT/gq2wrzGIWV2hJ1b4WLZp0DLWivwmDUbhE6osfrP2+Gr2V imce14Ugq+6Z8QhOf4YtmBg5fs1hUzxx3CR89iiTCXJcJOqRB5VZhCcmuSJm8XRo Q9rKAkJjA9ZabvY1rZVbvwWy/AUeudy4SgwTHFZuJSIBNvM8S+aAI4OjTDVN4CWJ rpeyRy0oNE2ETSCwHHQeYMf9ooqQ15MkO4Ce9RHQGIcepOcWSAjxGqbUUugCuZuH UOYvCEFjByp5mfiM0XP6BgiW7Sqzt0UqGjdPyM2kcyNsZrQai3o8Jr5Lbq5/H7hb umherUJ7eWqDNmOEB32tQgqVYeMOehuwjRrZIYp4bler3K7iEpTSMBN9dMsgueMi N5jlkk/QyVTVQP4klVL4l8iYWEZ7nk3VOkkDNvQoK0F0de0Xi/gBnHLYmX5SHKYx U5NTbFw8gtSi1DRy8eWh3yqbIG/gYhSBZFxgf23mp5VSLcOJ3pPvAS6xmcQh2Gsh rP2uvoSTCGIQTH3ABv2mwzKiC5ujRQhF2CHI2zCEiRy4BXjM6HDMn0YDF9qJXdAT 53SRkzb0kbyFNvwQobpFZDj2wohsgDlSRwsNppYrYN0iAPTk8LQ= =+gmk -----END PGP SIGNATURE----- --Apple-Mail=_BA106D29-5FC0-49E2-8F29-69AB2405FA7E--