Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110189 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 84761 invoked from network); 16 May 2020 19:28:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 May 2020 19:28:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 780D51804E1 for ; Sat, 16 May 2020 11:05:44 -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=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS30827 82.113.144.0/21 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Sat, 16 May 2020 11:05:43 -0700 (PDT) Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id B16AD10C087; Sat, 16 May 2020 19:05:42 +0100 (BST) Date: Sat, 16 May 2020 19:05:42 +0100 (BST) X-X-Sender: derick@singlemalt.home.derickrethans.nl To: tyson andre cc: "internals@lists.php.net" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PHP-DEV] [RFC] opcache.no_cache: Opcache optimization without any caching From: derick@php.net (Derick Rethans) On Sat, 16 May 2020, tyson andre wrote: > I've created the RFC https://wiki.php.net/rfc/opcache.no_cache to make > the opcode optimizer and JIT available without opcode caching, through > a new setting `opcache.no_cache=1`. In my opinion, configuration names should never be "in the negative". Instead of defaulting to opcache.no_cache=0, default to opcache.cache=1. cheers, Derick -- PHP 7.4 Release Manager Host of PHP Internals News: https://phpinternals.news Like Xdebug? Consider supporting me: https://xdebug.org/support https://derickrethans.nl | https://xdebug.org | https://dram.io twitter: @derickr and @xdebug