Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8098 invoked from network); 12 Oct 2014 08:19:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2014 08:19:09 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.45 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.218.45 mail-oi0-f45.google.com Received: from [209.85.218.45] ([209.85.218.45:39600] helo=mail-oi0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/61-01239-C793A345 for ; Sun, 12 Oct 2014 04:19:08 -0400 Received: by mail-oi0-f45.google.com with SMTP id i138so10613861oig.18 for ; Sun, 12 Oct 2014 01:19:05 -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=AXpTXOBq7qTscU61l/IzjNwaOY62dd1AkYB6AtnOCBg=; b=hjOjucqWyJCUIwEneDGImmeBFIQEgw6UOOpeqc+pwjoRlO/B3pM97jHotZwVaZlOKq en4bGXPuIhaZkoA5N1svTKfWfEkuAavhaIlde6g4fnUmaQvNo6bttyq6KMy1KBtK8muN dLG4tE6+KnRs9KvRrz3tlGyRuI/G2JPZM/MW7IAM6Ac/bdVWXZ2GZj6+2FeGRw/lM7bB 7RXcdTUKDv4GHmR0vXuIQRhAXdVgWPucmTJrmq0VzBRuWLHiPbP4A9KBeUSkQdnc2nDY eOEEC1tirVq+nhUsq2T8OZfhF4zmc9hHnsEVRvVAzMFU6lZXer6qVOIIhqS7mqNPi6cV lIqw== MIME-Version: 1.0 X-Received: by 10.60.83.202 with SMTP id s10mr15082279oey.7.1413101945392; Sun, 12 Oct 2014 01:19:05 -0700 (PDT) Received: by 10.202.169.201 with HTTP; Sun, 12 Oct 2014 01:19:05 -0700 (PDT) Received: by 10.202.169.201 with HTTP; Sun, 12 Oct 2014 01:19:05 -0700 (PDT) In-Reply-To: References: Date: Sun, 12 Oct 2014 01:19:05 -0700 Message-ID: To: Derick Rethans Cc: PHP internals list , Nikita Popov Content-Type: multipart/alternative; boundary=089e0118224c7c95d80505356fdb Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: kris.craig@gmail.com (Kris Craig) --089e0118224c7c95d80505356fdb Content-Type: text/plain; charset=UTF-8 On Oct 12, 2014 12:54 AM, "Derick Rethans" wrote: > > On Sat, 11 Oct 2014, Kris Craig wrote: > > > On Oct 11, 2014 1:52 PM, "Nikita Popov" wrote: > > > > > > 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. > > > > +1 on all of that. > > > > As far as ext/mysql is concerned, I would eagerly vote in favor of removing > > it. It performs poorly, is procedural, less secure, doesn't support > > "is procedural" is however, never a reason to remove something. As most > of PHP's function library, is procedural and works just fine. Fair point. I agree that alone wouldn't be grounds to remove it. I was just citing that as one of many deficiencies compared to more current extensions like ext/mysqli. --Kris > > Derick > > -- > http://derickrethans.nl | http://xdebug.org > Like Xdebug? Consider a donation: http://xdebug.org/donate.php > twitter: @derickr and @xdebug > Posted with an email client that doesn't mangle email: alpine --089e0118224c7c95d80505356fdb--