Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127630 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 E71031A00BC for ; Mon, 9 Jun 2025 14:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1749478058; bh=1yAvocumJh38TIxI5GZPFglpRno3pqzowsLoeXpZ6rg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=OX/JW3mZ0OtPyBx54BNXri4m1L+8Ek9nm6d1fS3rUHLcQ4zyykRTIDPc7DgMAvCN0 FqkTk0y8DKmTXgh+bGvujfYzvtkub+X1f6qeIk82nsyj2mAW7wZ8LFV3vqpI72+xdP vIEA3BGkGY2Cq+vNtBBHfCfXLs08cAWeDQpDGnDWsprahE70Dvmui4EEbbWGe/eHN2 bwJ9vhDgdB702rVYUQQJg49r8mWHK4tiPDrcbIriIyq2i9bLBoE24A75OrIGVTlc7K 7ez5cjpdlJjDDwwkULqaJD/GDuhLbFbWYzjjiYcfSBJBLPtGmxNmsYlwflW4WdoILs RhE+aATGQhGWw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 671F2180061 for ; Mon, 9 Jun 2025 14:07:38 +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=-0.7 required=5.0 tests=BAYES_05,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 ; Mon, 9 Jun 2025 14:07:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1749478177; bh=nYwV4OkI9VlHLBfj4MEXH5G4mGdR3aOGGrWe2ftTlFI=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=FBOc9uFq+PcxSwAzly7N995VA3bMM1GZbZcoV3kJwvy4Zk0ud1dXugBlrcx1pCb76 i9lzt0HXtmjGKhAL/Kv+NEuiqMOFYNVez0ARn8ecZjbTMSyXuY69OAxkxooT6qV+AT QOi555FFaDCzqVtiYMqP0L1diNZkkSXL2fSZZCVwhpHVY08G1cHOhr4WCWkViDNrQ/ ggPU3g7mHY5ZDl1jzC8r+A/TZM9z4agBVrEirUhycT/0Gk6ZPJOTiGFOwWBzeft/Wu /j8WLndstqYqRK+lgXxFRqEmPoPNQLKc6aH9/yWYHzjGhGt1DkMeuiqbPTAtjWa46i fFCWtWFIlTXZw== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 09 Jun 2025 16:09:37 +0200 To: php internals , Ilija Tovilo , Arnaud Le Blanc Subject: Re: [PHP-DEV] [RFC] Make OPcache a non-optional part of PHP In-Reply-To: <7bdbd839b20d233e26e7901ae093ce1b@bastelstu.be> References: <7bdbd839b20d233e26e7901ae093ce1b@bastelstu.be> Message-ID: 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 Am 2025-05-26 12:47, schrieb Tim Düsterhus: > Arnaud, Ilija and I would like to propose making OPcache a non-optional > part of PHP starting with PHP 8.5. > > Please find the RFC including more details at: > https://wiki.php.net/rfc/make_opcache_required > Since there was not much of a discussion and the feedback we received was super positive overall, we would like to proceed with voting later this week, unless someone speaks up with major concerns :-) Best regards Tim Düsterhus