Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106245 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 37712 invoked from network); 22 Jul 2019 11:42:49 -0000 Received: from unknown (HELO mail-lf1-f42.google.com) (209.85.167.42) by pb1.pair.com with SMTP; 22 Jul 2019 11:42:49 -0000 Received: by mail-lf1-f42.google.com with SMTP id h28so26034933lfj.5 for ; Mon, 22 Jul 2019 02:05:40 -0700 (PDT) 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; bh=AlCaZTNc47yRGjV3SHz131KOaPMxGTkoF7voIxmt6MI=; b=JvzKQeHoK8LXy/mDkQH3nHtetEiFsrGNvdLJdLjDW3nUZAIHRHsBqgEIzFveGqf4gT TK1XISEdwgt9CSVuF4KltdGav9MVV3DE2OVkyYhpDPUeWPZDPXUeDH6RbZeAftnV5bhZ 1orHaNLAAJKhxCT6JB7In6Lg/yNVHQoE8oayzoQp5ZrEoqmLWp7DtpQ8T0VUCdZGKOlS Z+7gmieLJR3h1ndauqiI+9bSk6zJBFmgmhc0mIfKgeD1Lng4U9WWRzzt60BbXL9SzyR6 EZcdu8hl0Ahuj941Zrmojr3+em7gid3iIi3C21aXNvPh0uFY93ap7Eb0xdi3YNS2LcRy IrCQ== 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; bh=AlCaZTNc47yRGjV3SHz131KOaPMxGTkoF7voIxmt6MI=; b=af8SqYBeJ06w7gr67YXAstoTpc96tOFuPDFT9dr+On2O2DGAzaMyY0LLUkpTDi5D8U tpEEcfS50TyRtXduDdyCUsDPE8kVhLO8UN3Ta3Uc6cXKb2kpWI9Kn9UPjOwmPk48tAlb 5yOGPv9FGAmNM2EuQ9pxyvvs77EDr2ZInLKRhZYZr42ubXTDE1M1HzzF2gi+ZYnqWUIz +b4b4OClOpJniGBT7tB3ohzKLm22O6Ob8pL4ENaGbacBos3AIPIQHf/17XXvkqpG4Q81 hY++7neir/vSTJ8SX21RaXtSxFYNggKcMx/9IKo+hLazYEsGf2mGOe4nxQYCC2QqtxpK 6QjQ== X-Gm-Message-State: APjAAAV5QZzoTDRrpm+5Frbm5l8PONiN1KWqdwcPW+exjxta1hyaAtO8 atRam6eJWqosJLhibYpEaywm+I+nqhgTIouxdgj7aZO5gisadA== X-Google-Smtp-Source: APXvYqwrEc80Hyxj0/Prodn5wpr/6QkJkmXyg2uguWnK+qgNgK4NXcwM8JNlQ1ALJYofvp9zGNO+pAGV/OkvlG8ua1g= X-Received: by 2002:ac2:4a6e:: with SMTP id q14mr130862lfp.154.1563786339563; Mon, 22 Jul 2019 02:05:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 22 Jul 2019 11:05:23 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000463b9a058e4161d9" Subject: Re: [VOTE] Deprecations for PHP 7.4 From: nikita.ppv@gmail.com (Nikita Popov) --000000000000463b9a058e4161d9 Content-Type: text/plain; charset="UTF-8" On Mon, Jul 8, 2019 at 9:27 PM Nikita Popov wrote: > Hi internals, > > I've opened voting on the deprecations for PHP 7.4 RFC: > https://wiki.php.net/rfc/deprecations_php_7_4 > > As usual, each deprecation has it's own vote and requires its own, > independent 2/3 majority to pass. Voting closes July 22nd. > > Thanks everyone for their feedback. > > Regards, > Nikita > Voting has been closed with all proposals accepted. Here are the outcomes for easy reference: (real) cast: 35 to 7, 83% in favor get_magic_quotes_*: 46 to 0, unanimous array_key_exists on objects: 44 to 0, unanimous FILTER_SANITIZE_MAGIC_QUOTES: 45 to 0, unanimous Reflection export() methods: 37 to 4, 90% in favor mb_strrpos() with encoding as 3rd arg: 44 to 0, unanimous implode() with swapped params: 38 to 5, 88% in favor Unbinding $this from non-static closures: 43 to 0, unanimous hebrevc() function: 34 to 7, 83% in favor convert_cyr_string() function: 25 to 7, 78% in favor money_format() function: 34 to 8, 81% in favor ezmlm_hash() function: 37 to 4, 90% in favor restore_include_path() function: 31 to 9, 78% in favor allow_url_include: 43 to 0, unanimous Regards, Nikita --000000000000463b9a058e4161d9--