Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103806 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47576 invoked from network); 23 Jan 2019 19:59:08 -0000 Received: from unknown (HELO mail-yb1-f176.google.com) (209.85.219.176) by pb1.pair.com with SMTP; 23 Jan 2019 19:59:08 -0000 Received: by mail-yb1-f176.google.com with SMTP id n78so1100157yba.12 for ; Wed, 23 Jan 2019 08:37:03 -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=9KZsZQi+G6V22aP5H0nUAHT4j2IZCVKz2zObLh/iVzA=; b=dfpS8B2x7udaMR+1yFmcBYbWSR0iAO0JgC1dXQ3hOab3I+N0qYwTA5h0/irmiE4geu q82iNzXIxByn1Pcd4Sd/u3+C6+bxPtXLUe9Tk9ZPyIlJ3hWLrq19BEqJvXUOlXJLYVkD ACX89ScHkZfOYjzx0vehQz4x1ROvpPioGm7q6weze+ZDQKnZAjf2qojPinv1tuX/eAXH r7o88vpuiBO84tmE7ai9dZ26JPFXcFN5lsbu6It5vs3Z0vW+Wdjx/5ZZW3nRi2VGH6qH Gjo4PtNP958ziX+fQCOj8FW9LJfvOduOCUFOwORvpJj1bpKaFt/VLTGfFifd4uFKUPYH gSLg== 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=9KZsZQi+G6V22aP5H0nUAHT4j2IZCVKz2zObLh/iVzA=; b=HdtNmSn0ezPKUjjVu086VmiU7VP8WcKUxCRLJQfkwnJXXe3zimDBvSqfiAtJ6P/8iO +Zj7E1zQ276ei2zP48rFSEYPczyx1LhRrhFqjg5yP3B4RyXIMJWNSGxMf/PQH+jtroC3 5GVVekUH1n5fZ1ousThYSekGtj0DRM/K2rxP9oceYC7coVj1gGiQ++oVyirzcJh8PU5e A6/PieNqa3Omqgl9xD4y9cX7ZZnoLzWc29iQKqTCzlKfl2agSbOShq2rW4eZDKJkjzkg 3LA4LgSlUMN94rlNUVDACP07JBXQAy4ulf8WXLTc/ukSRtXkcIqhmub++VQK5je/kWuG xo9A== X-Gm-Message-State: AJcUukcOhNzefiZY3G9n2AXYWEGCqtyX+mfXvWZsQJlJC8QZzKgZ4pQK LiFQCdK7W2P8RChrgXoNdZEnw+PoSThhClCCflc= X-Google-Smtp-Source: ALg8bN6RjaK63FcK6M/3xGZhamhpKT620ErJBtRVpRoLV3wwO5sg1UU1Mjqcs/ZSPYxmVReALWEkG/3hMQSNNcuGqLM= X-Received: by 2002:a25:a3a3:: with SMTP id e32mr2530738ybi.515.1548261423401; Wed, 23 Jan 2019 08:37:03 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 23 Jan 2019 17:36:51 +0100 Message-ID: To: Thomas Hruska Cc: Girgias , PHP Internals Content-Type: multipart/alternative; boundary="00000000000029512f058022b452" Subject: Re: [PHP-DEV] Deprecation ideas for PHP 8 From: benjamin.morel@gmail.com (Benjamin Morel) --00000000000029512f058022b452 Content-Type: text/plain; charset="UTF-8" > 2.78 million vs. 5.1 million* code references. > 1.54 million results. > 10 million results. Broad, active usage. > ... I would not in any way base deprecation decisions on current usage statistics. If there are several ways to do something, and one is clearly better than the others (naming consistency) then the choice should IMHO be imposed to the community. Trying to make 10+ years old codebases work with recent versions of PHP without modification slows down development a lot. Major versions are here to break things. Changelogs and runtime deprecation notices are here to help. --00000000000029512f058022b452--