Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124183 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id CCC8C1A009C for ; Tue, 2 Jul 2024 18:22:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719944619; bh=lNRaQhW7XHDHwwHsZFH0B5KkwQYqEoVCmEFgbMJu/IU=; h=Date:To:From:Subject:In-Reply-To:References:From; b=BQA/dmlIculalM6jeY+kgOLlHw3dC6mzgMiyfCHijArZx3m0rapAdYRbBAr6UNW0o TYkoq9Enhty+ymMlqklIG8Zp4nVeo8jU2a1D/v7ajMc3AS/vJ7JhdU4qNU5p2TUfXz eCL6bKtqa7D2byA4GOD+hhweSvV0IJY5ofPe5N05qRY4OAnJbzczWEu8i3iXeQTxY0 gdnIv9Ks+PwiaWTNRntRS+graOann0PI5756EPd6PvItFWQQwJJ7Npfh8ohNLCKi6h C0AurwfPHti5X24wWLx0dBtaiZr5At13hrLlPGRYOcv/mLoAa88i2RbAbWcNeAdtFD vFwU02Kl32ing== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 418C3180560 for ; Tue, 2 Jul 2024 18:23:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 2 Jul 2024 18:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail2; t=1719944536; x=1720203736; bh=lNRaQhW7XHDHwwHsZFH0B5KkwQYqEoVCmEFgbMJu/IU=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=p3PPCoIYvz9Oe0caxFpBzLTOfnkBgyym8VlpgTIIYEVpatipmQEWfKR3Cz9//rwn8 cZTT95ZAwLC+lASik7ogrOKQVCCNQZOFs/TgM0NK/gUqquxhZe8Acl9wkZhAzMVLk3 PydmKP/kbRLBNpCNe6PAYEobm86UeVGfqTBDFyPJcQEoODhWHr1UgGoeM4FAXOKf5J k2Z7fN0IWy6CqExtx44Ww0kTpMq1pvlGpxvB2ChiH9PrqWBSu4d0LUopn3K/71ZgAo Vt5bBC2H2V+0lybA9aLTKnDT1S3F/s0+qdm/xvAhdZApAkQgmXuSmRK2oj50xkbn0R U5fC5C6cPbdUQ== Date: Tue, 02 Jul 2024 18:22:12 +0000 To: PHP internals Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 8.4 Message-ID: In-Reply-To: References: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: 5124b0188ce675e70d7ac04fde449d101ac11acb Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") On Tuesday, 25 June 2024 at 15:36, Gina P. Banyard wrot= e: > Hello internals, >=20 > It is this time of year again where we proposed a list of deprecations to= add in PHP 8.4: >=20 > https://wiki.php.net/rfc/deprecations_php_8_4 >=20 > As a reminder, this list has been compiled over the course of the past ye= ar by various different people. >=20 > And as usual, each deprecation will be voted in isolation. >=20 > We still have a bit of time buffer, so if anyone else has any suggestions= , they are free to add them to the RFC. >=20 I have added a section to deprecate the SOAP_FUNCTIONS_ALL constant: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_soap_functions_all_= constant_and_passing_it_to_soapserveraddfunction Best regards, Gina P. Banyard