Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115239 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33929 invoked from network); 30 Jun 2021 12:13:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jun 2021 12:13:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CB91F1804D9 for ; Wed, 30 Jun 2021 05:33:20 -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,HTML_MESSAGE, 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-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (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 ; Wed, 30 Jun 2021 05:33:20 -0700 (PDT) Received: by mail-lj1-f174.google.com with SMTP id c11so3057896ljd.6 for ; Wed, 30 Jun 2021 05:33:20 -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=eF81xTkD3fcuBFDaHShMC7Fr1iaRDwqPibjkWr74yCM=; b=e11HU6RoBOiLQgLG8bgf1N33Awb2pYtGi4wTGq+F5zqRGgK+oeRIt1TbNFF8gkao0i dayl6cpS9yY2qrZDe6xKJU5ozlVvu+Hrv6Bn/AvJ92WfUw2gxsjmxFhmUM9ro3NCl/4V r8IwEoWpBHJ76Vz1iKwyjVpEZkkHaxt0er6RlEJmvXrGpwkXpC7zQUcou/x8gww0dxDC XYKRDOOdA1mrF93iR/tRUXUKUi1SBrVXbz45AfK65sWFsjk73QcUAJTfjJVddgksPzej MiaK6i1zKieRwHoqZL5lwnpG+fbOt8koNAED6LndBIcB0EvO9hSWeDhACPj1E6r539FZ P9AQ== 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=eF81xTkD3fcuBFDaHShMC7Fr1iaRDwqPibjkWr74yCM=; b=ihNjluKOu432lEC4fw0zyufH0MKIiBLUDmxNvmNjE54NodLoG9pCdUS+HzAGqvNVCV cm5apTponvfK2OXUzmeFFcDQmVQNqTqcGlRlrTSkFzqVnSOgHxO4shRaiENOyJT4A611 GCU313HHskzk9lAQOEjriVd4D9Uw9B8nB4XQ/mbL1Ak81UxgFaDardURUXMdMRib0jyt QnuuqMQ9Lnlh1nX0Rn9rUWO1VP2tMRBSo1B2Xw66nq4FtBeiwV4BifPL7wVzlMN45poZ 1FJ+DHmQx/FIHoGamPYmchFFdU7cMY2NSbyLdBUzakfFa+TmpvV6L9UlXmnR7rXEq3Rp KpAQ== X-Gm-Message-State: AOAM532D5WmWaEdOgl3Z9Bfi3O0hzreSUrBREAW4enRrHhsCWT9RnFlT aw2NRkS62ol0zuSSUXsVuUdON9uLiqpLDANsvkc= X-Google-Smtp-Source: ABdhPJyXw9Iwfja2TFgCeTVkwuSU/0p+wGmjsVbpv5rHh1Ula9J4OQR31ZPrPD92Vzi44Q1Oug/Es3ivyviT/+iMJfw= X-Received: by 2002:a2e:94cb:: with SMTP id r11mr7788581ljh.109.1625056398315; Wed, 30 Jun 2021 05:33:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 30 Jun 2021 14:33:02 +0200 Message-ID: To: Rowan Tommins Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000005c927005c5faed88" Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 8.1 From: nikita.ppv@gmail.com (Nikita Popov) --0000000000005c927005c5faed88 Content-Type: text/plain; charset="UTF-8" On Sat, Apr 24, 2021 at 7:38 PM Rowan Tommins wrote: > On 22/03/2021 09:24, Nikita Popov wrote: > > It's time for another deprecation RFC: > > https://wiki.php.net/rfc/deprecations_php_8_1 > > > I have added another proposal to this list: the 'ssl_method' option to > the SoapClient constructor, which in practice only allows you to force > use of SSLv3. A more flexible alternative is available via stream > context options. > > > https://wiki.php.net/rfc/deprecations_php_8_1#ssl_method_option_to_soapclient_constructor > > Note that both the SoapClient-specific and stream context versions of > this are currently missing documentation, which I am working on improving. > Just want to note that there is an outstanding PR that adds newer methods to SOAP ssl_method: https://github.com/php/php-src/pull/5518 That would be a possible alternative to deprecation. Though given how there are now many PHP versions that don't support this, deprecating and making people use the standard stream context approach does seem sensible. Regards, Nikita --0000000000005c927005c5faed88--