Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128242 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 lists.php.net (Postfix) with ESMTPS id 305F21A00BC for ; Sun, 27 Jul 2025 10:03:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1753610504; bh=ZvVYpKmnzVk18wV0EB2LAbkpSAyEFBTZjeiQynkd5Nw=; h=Date:Subject:From:To:References:In-Reply-To:From; b=AUD+Ii+9/cVTViM7NqmdotRyl6FythQQBRGY1YabnvtT560nqIO8YftNj8BrIGThi LmnlpgL5xlLn3O8r0DN/u9H273WbZ1YVmjMTUNs9AuzqTVjyWivL//9tpzM+HFmqgp V1N0XyFtHG2cxFN+m2oX5v2HaE/HLHw3ZFtxYOYtRt40SQNI0ADH8EDZq0lMimIm9T ZIs8zXk+dtbp+G/WHpseLeLx9hcBiRKQ0vT8jjqw5WebX1aX6Ji8mVvNe6h48r3GlQ TTApOzplgzIFUdZrFLPJjprBf+JCV15Sqtgd6yHRwf43henZk/n7FzAb7P0YCaL8Gt kgQd1wvvUULew== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 61B1F180039 for ; Sun, 27 Jul 2025 10:01:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 27 Jul 2025 10:01:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1753610604; bh=pi5w+n62c5Woz9HDQF3TFXB2UWmZOlIsAODAfyrJTKg=; h=Message-ID:Date:MIME-Version:Subject:From:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=NMImfM2xAiUDocCiHGS9JP7kF/14EcGJKMLxOJ7srYsGhzNwFqcFE5x8vgotNdaRa 4e7cCz7v0UgJidZSnbuTOdp/dYZW7oUICsOfY6eqI2VaCeGl4/tQ2KeyjFjIih2dQu A1h1THOLsVseZWmKdMY2wPxF165BG1k0VnN2C98quLbsMNF3GrTXqxP2xjBrNGaadQ ywoijzHOqXdfZ6PZ/40VYNi94ZZHqW6i1T2p/TS02VcmpeFp9yxd4XQ/JKJIT74re6 kjla6QoTnTY656ByIopEg1TSMsskGlQiGFqGb1oANwl8nQrordY3SjHmsvPUaeq2pe rcaDO+7nH+1TQ== Message-ID: Date: Sun, 27 Jul 2025 12:03:23 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [VOTE] Make OPcache a non-optional part of PHP To: php internals , Ilija Tovilo , Arnaud Le Blanc References: <64d8a8a01f17c0006c0790099358a96f@bastelstu.be> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 6/25/25 10:05, Tim Düsterhus wrote: >> voting just opened on the “Make OPcache a non-optional part of PHP” >> RFC. >> >> Please find the following resources: >> >> - RFC: https://wiki.php.net/rfc/make_opcache_required >> - Discussion: https://externals.io/message/127459 >> - PoC PR: https://github.com/php/php-src/pull/18660 >> >> As with every RFC, a 2/3 majority is required. Voting ends 2025-06-25 >> 08:00:00 UTC. > > Voting just closed. The RFC was accepted unanimously with 30 (yes) to 0 > (no) votes. The RFC is now implemented and will be included with PHP 8.5 Alpha 3. Given that this RFC is likely to have an impact on your build scripts or test runners, this email is intended to provide an additional "heads up". You can find the relevant commit, including NEWS and UPGRADING information at: https://github.com/php/php-src/commit/7b4c14dc10167b65ce51371507d7b37b74252077 Best regards Tim Düsterhus