Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124548 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 F149E1A00B7 for ; Mon, 22 Jul 2024 16:04:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1721664358; bh=8AhekgZmoT24tU8x/jfv7Kd8eZ7Gg7Q/ZJL6mjpsuPc=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=O7GrQVMnkLen6dP2DDo6kBmimniPMkUGUewJt+zF1BNBLrS9M1L7ekwSktu4QhkRL lG5qQTjiz1y0yEeg5wUMUW0+8d+P1czFB1bprj3VDpYJiPyY5rLP309XYg2IJ8ArUO f0PzM/EZjyEmNxpA7P4EsE5YjVplTLp/9PgNQjh3f8K9kWM82xCrJMj+6z3bxBAd+V yt0cFFRAn004/kfABuOq9iQYQMGE3rUkaDA9OeWJj0vrSlH6X9Ox7GggsZxIXqKm0q NycDab0R6FNjOGqZwhtyBnCHq9VPZVS/2SDUJII0fvTfuKrsV5ape4BZRlTKNNK0LA VWBNYa8PTPVZA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7B73F180069 for ; Mon, 22 Jul 2024 16:05:58 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (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 ; Mon, 22 Jul 2024 16:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1721664263; bh=8AhekgZmoT24tU8x/jfv7Kd8eZ7Gg7Q/ZJL6mjpsuPc=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=CPmntkqjX6HxSjyZybobaJc0v8oIWC+i5Sj7E6HAV0Lw/V/aTevy3qh096kH53CTj ECeJ7XYgTaxAdbECdDwwTd9VABVxiogUszPtiAg4CYT8drbBLVK1S0MQ5e/QiTRM5F urjKeVhHlygMEW7ffFazZxCvGKTTKXpjGQuZdI5PKNIvgJD9Md4IDhlk7n/XGs9X4k wK87UP7bb1cJdyq8wuF/iGtv5i2u2xKJSFLf+HztALZkaMEjPmwW48kOLFUKPjbjbP yHNDNA/GnD0cBtbrfd10MBRoMKslXyKfiTQWAeiXNw/N6fjLcKB3IlmTHT0JqZMcRj TG/uiCltMqvGw== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 9311310C010; Mon, 22 Jul 2024 17:04:23 +0100 (BST) Date: Mon, 22 Jul 2024 17:04:23 +0100 (BST) To: "Gina P. Banyard" cc: PHP internals Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecations for PHP 8.4 In-Reply-To: Message-ID: <1a88918e-e808-d778-45e1-53797660e093@php.net> References: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1599494932-1721664263=:268591" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1599494932-1721664263=:268591 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 19 Jul 2024, Gina P. Banyard wrote: > Hello internals, >=20 > I have opened the vote for the mega deprecation RFC: > https://wiki.php.net/rfc/deprecations_php_8_4 >=20 > Reminder, each vote must be submitted individually. I have voted no for a few, as they had no impact assesment at all: - Deprecate returning non-string values from a user output handler - Deprecate lcg_value() - Deprecate md5(), sha1(), md5_file(), and sha1_file() (just says "large=20 impact") - Deprecate SOAP_FUNCTIONS_ALL constant and passing it to=20 SoapServer::addFunction() And no on a few others: - Deprecate using a single underscore ''_'' as a class name (it breaks=20 some of my ... old slides =E2=80=94 but I also don't really the problem w= ith=20 this. - Remove the E_STRICT Error Level and Deprecate the E_STRICT constant? =20 (Because I added it :-) ) cheers, Derick --8323329-1599494932-1721664263=:268591--