On Mon, Jul 9, 2018 at 10:47 AM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi,
>
> I would like to start voting on the "Deprecation for PHP 7.3" RFC, which
> combines six minor deprecation proposals:
>
> https://wiki.php.net/rfc/deprecations_php_7_3
>
> Each deprecation is voted separately and will require a 2/3 majority
> independently of whether it is a language or library change. The votes are
> open until 2018-07-16.
>
> You can read up on the discussion for this RFC here:
> https://externals.io/message/102394
>
> Regards,
> Nikita
>
I'm happy to announce that all parts of this RFC have been accepted, with
the following voting breakdown:
* mbstring aliases: 37 in favor, 1 against
* non-string needles: 32 in favor, 1 against
* fgetss and co: 20 in favor, 4 against
* assert redeclaration: 20 in favor, 7 against
* FILTER_FLAG_(SCHEME|HOST)_REQUIRED: 31 in favor, 1 against
* pdo_odbc.db2_instance_name: 29 in favor, 0 against
Nikita