Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103892 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74973 invoked from network); 30 Jan 2019 15:00:06 -0000 Received: from unknown (HELO scarlet.netpirates.net) (188.94.27.5) by pb1.pair.com with SMTP; 30 Jan 2019 15:00:06 -0000 Received: from p579cdadd.dip0.t-ipconnect.de ([87.156.218.221] helo=[192.168.178.42]) by scarlet.netpirates.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gooDX-0005tP-4d for internals@lists.php.net; Wed, 30 Jan 2019 12:39:43 +0100 To: internals@lists.php.net References: Message-ID: <1729df69-6b2d-ca8f-df44-9a97d4e74d5f@php.net> Date: Wed, 30 Jan 2019 12:39:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Old style constructors in PHP-8 From: sebastian@php.net (Sebastian Bergmann) Am 30.01.2019 um 12:15 schrieb Pierre Joye: > Once officially done, I am sure someone will write code converters as well. The no_php4_constructor fixer of php-cs-fixer has been able to automatically migrate old-style constructors for years.