Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112259 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68524 invoked from network); 19 Nov 2020 17:27:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Nov 2020 17:27:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id AF3C31804B3 for ; Thu, 19 Nov 2020 08:52:25 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from smtp-in.fusiondirectory.org (smtp-in.opensides.be [195.154.20.156]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 19 Nov 2020 08:52:24 -0800 (PST) Received: from smtp-in.fusiondirectory.org (localhost.localdomain [127.0.0.1]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id F00551013F9 for ; Thu, 19 Nov 2020 17:52:22 +0100 (CET) Received: from smtp.fusiondirectory.org (smtp.geekview.be [195.154.20.141]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id D7A4A1011FD for ; Thu, 19 Nov 2020 17:52:22 +0100 (CET) Received: from mcmic-probook.opensides.be (63.120.199.77.rev.sfr.net [77.199.120.63]) by smtp.fusiondirectory.org (Postfix) with ESMTPSA id 9BA3122683F for ; Thu, 19 Nov 2020 17:52:22 +0100 (CET) Date: Thu, 19 Nov 2020 17:52:20 +0100 To: internals@lists.php.net Message-ID: <20201119175220.3815a892@mcmic-probook.opensides.be> In-Reply-To: References: Organization: FusionDirectory X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Preparing for PHP 8.0.0 GA From: come.chilliet@fusiondirectory.org (=?UTF-8?B?Q8O0bWU=?= Chilliet) Le Thu, 19 Nov 2020 08:50:04 -0600, Sara Golemon a =C3=A9crit : > Lastly, there are likely still gaps in the documentation of new features, > so please take a moment away from code to make the manual better. With the huge changes on parameter names in PHP-8, is there any easy automa= ted process to fix documentation pages to match stubs? C=C3=B4me