Re: [PHP-DEV] [RFC] [VOTE]

[email protected] (Calvin Buckley) Wed, 29 Jul 2026 11:03:30 -0300
Newsgroups php.internals
Message-ID <[email protected]>
On Jul 27, 2026, at 7:31=E2=80=AFAM, Gina P. Banyard <[email protected]> =
wrote:
>=20
> Hello internals,
>=20
> As announced last week I've opened the vote for the 8.6 mass =
deprecation RFC:
> https://wiki.php.net/rfc/deprecations_php_8_6
>=20
> The vote runs for two weeks and will close automatically on the 10th =
of August 2026 at 13:00:00 UTC.=20
>=20
> Please remember that the wiki is only capable to handle a single vote =
at a time,
> so each vote MUST be submitted individually.
>=20
>=20
> Best regards,
>=20
> Gina P. Banyard

Nora isn't on the list, but she points out:

The text for the metaphone deprecation isn't fully right. It lists
"linguistics" as a replacement package, but that one actually uses
php-src's metaphone internally too. So it is affected by the
deprecation, not a replacement.

As demonstrated by:

<?php
require 'vendor/autoload.php';
\Linguistics\Phonetics::metaphone('foo');