Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17906 invoked from network); 12 Oct 2014 10:11:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2014 10:11:06 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:41805] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/03-01239-9B35A345 for ; Sun, 12 Oct 2014 06:11:06 -0400 Received: by mail-lb0-f181.google.com with SMTP id l4so5163302lbv.12 for ; Sun, 12 Oct 2014 03:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kZ4Z7YwtJqWuGKqhsoJwACJi6+Fl6KRqkNph+ZEKRCo=; b=z+UcYnpI7M9twJGN39t4d13M/T4chOoseHJlezDkqICvv5uGzPOEj8uzz3xCvyRkDi QHQBN1MDq98VirZiB4GuymFGW6gvvwFe97lSYDgkTmMS3E+l0WoMPA/MgoDoy7jZbkoD x6zn3RwseMBWrsbVipXDRff6xpYnr5aKp/XlHRCn6lAoubLA3ffLFZnp9Z+WIFf9061r d21+TMdjEmbuFtpmu/2hp4RiqJyQi78a6js4Ur2o0sqk3Xb+rTBw5GqD3in4tlcDWI5B YjYGyNO/0UPqLxB3vmflyqVvxgK28hq0greSVBv3K7jhV8RRXCM40o/b58HYDQBNOfbJ wcpg== MIME-Version: 1.0 X-Received: by 10.152.3.167 with SMTP id d7mr16582117lad.17.1413108663147; Sun, 12 Oct 2014 03:11:03 -0700 (PDT) Received: by 10.25.218.137 with HTTP; Sun, 12 Oct 2014 03:11:03 -0700 (PDT) In-Reply-To: References: Date: Sun, 12 Oct 2014 12:11:03 +0200 Message-ID: To: Derick Rethans Cc: PHP internals Content-Type: multipart/alternative; boundary=089e013d17a4e56336050536ff50 Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --089e013d17a4e56336050536ff50 Content-Type: text/plain; charset=UTF-8 On Sun, Oct 12, 2014 at 9:56 AM, Derick Rethans wrote: > On Sat, 11 Oct 2014, Nikita Popov wrote: > > > Hi internals! > > > > We currently have a number of deprecated features, which we likely want > to > > remove in PHP 7. I've created a tracking RFC listing deprecated > > functionality (if I missed something, please tell): > > > > https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7 > > > > I expect many of these are no-brainers (like assigning new > > by-reference), but other items like removal of ext/mysql may need > > additional consideration. > > > > Unless there are items that are particularly contested, I'd like to > handle > > the bulk of these in a single vote and only have separate votes for > > ext/ereg and ext/mysql, as these are arguably more intrusive. > > I think there should be a little bit more voting "options" - or rather > categories. > > For example, things like this: > > # style comments in ini files (since PHP 5.3) > > I don't think we should remove at all (or why is this even deprecated?! > Because ini files use ; for comments and not #. Nikita --089e013d17a4e56336050536ff50--