Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103894 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 81254 invoked from network); 30 Jan 2019 15:16:20 -0000 Received: from unknown (HELO mail-wm1-f49.google.com) (209.85.128.49) by pb1.pair.com with SMTP; 30 Jan 2019 15:16:20 -0000 Received: by mail-wm1-f49.google.com with SMTP id y8so21235131wmi.4 for ; Wed, 30 Jan 2019 03:55:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2xqrRN557jQbiWJa0iLERSV+ZHXKM5IJQRSmWi6yJYQ=; b=iCuuXG8yGQgOSZvP96ydv2Zcxhlm7mS4Kn9gGocRdzg4J1TcZa/AFf4TDF6MNWxfKZ 0gXrr0zICElN5N8Eo3UwF7rVj7xr4UbwXSPwysS4OKrNnLovX1ID0fIe96jedRLZ/8eO YBgthp6zPT5tBTPaSSsCvZ7Tk/X0Hd2pHB+G/12OVom2fQ5UA3fBqz/mcw3DMq+p2Bd7 v5UnwyKqWLozfJsxcN4G37WxKw+KcBWdO5oo0qfeGrzK9VW9pPLFWHwtq6cfwU93WdXZ UzOP3SaNA9P1RiZWlBy15FGlqVZv9nKnFqImMAQ0/j8YtAMT+yBcx79esTg+lJ/jt0NO ByLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2xqrRN557jQbiWJa0iLERSV+ZHXKM5IJQRSmWi6yJYQ=; b=aCc2INd25cDbBiBSxczxtHN4TO++DLFUYG2guQgxjPYrW/ukGCzqsA2cyfJyg+8Mch s84lBOc0Y1d91+Zy98/jxyMK72+snpw5QVZnlptlUGVVtzN+319n08G7V0VeP4CnBjuW MA6vZE43doQE0vlsWlzXTvK0iCexq4cyQemM+Fdbb84v9XOB1EC5R2F0zLLpV6bFuH9q fiOLZOCuFHCcMr7NdYgaPtOkKLtQc9gMRhpAOtyB0sCBZKFutgAHsRnSsKoyuIOt7z/B dpQIJJbojFdwnheLTxS/M7ETzY5TEyObpYiQSOPas5yIkZ42SNWqqMPH1IR4fjwAt9zO ZlZA== X-Gm-Message-State: AJcUukdxZ71wBAd5i1IEjP8nTlh3fOKLiGP2zXgwBrGhJU58nppLiFAN 986GFPRjKptDYB+8IUCjV1qxCfUHmovXp6GpHvM= X-Google-Smtp-Source: ALg8bN5kprTqN2hr6qHop0yCzgX4RCAPluqJdABhySU2laYkTLGYt/7zoUeoJdZ5893RYelS3n1VtqLQLQdCVUhZBoI= X-Received: by 2002:a1c:c70f:: with SMTP id x15mr24971343wmf.130.1548849356598; Wed, 30 Jan 2019 03:55:56 -0800 (PST) MIME-Version: 1.0 References: <1729df69-6b2d-ca8f-df44-9a97d4e74d5f@php.net> In-Reply-To: <1729df69-6b2d-ca8f-df44-9a97d4e74d5f@php.net> Date: Wed, 30 Jan 2019 18:55:39 +0700 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000b5f6050580ab9724" Subject: Re: [PHP-DEV] Old style constructors in PHP-8 From: pierre.php@gmail.com (Pierre Joye) --000000000000b5f6050580ab9724 Content-Type: text/plain; charset="UTF-8" On Wed, Jan 30, 2019, 6:39 PM 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. > even better then :) > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000000000000b5f6050580ab9724--