[VOTE] [RFC] Unbundle ext/imap, ext/pspell, ext/oci8, and ext/PDO_OCI

php.internals

Derick Rethans

2 years ago
Hi, I have just opened voting on the RFC to unbundle imap, pspell, and oracle integrations. Each extension can be voted on separately. Voting started now, and will run until November 15th, 24:00 GMT. Link: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8#voting cheers, Derick
-- https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/support Host of PHP Internals News: https://phpinternals.news mastodon: @derickr@phpc.social @xdebug@phpc.social twitter: @derickr and @xdebug

Christopher Jones

2 years ago
On 2/11/2023 2:46 am, Derick Rethans wrote:
> Hi, > > I have just opened voting on the RFC to unbundle imap, pspell, and > oracle integrations.
:)
-- https://twitter.com/ghrd

Peter Kokot

2 years ago
On Thu, 2 Nov 2023 at 05:02, Christopher Jones <christopher.jones@oracle.com> wrote:
> > On 2/11/2023 2:46 am, Derick Rethans wrote: > > Hi, > > > > I have just opened voting on the RFC to unbundle imap, pspell, and > > oracle integrations. > > :) > > -- > https://twitter.com/ghrd > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php
I'm not sure of all the details but have we missed something with the OCI extensions? Perhaps some injustice happened here? Probably it would be good to write something about the OCI extensions before the voting started and why these shouldn't be unbundled. Reasons in the RFC are quite strong and it makes the extensions difficult to maintain. Not to mention that installation on some platforms is not that trivial. That's why I've voted in favor of unbundling. Otherwise, there are many quite successful PHP extensions out there that are not part of PHP and are used extensively. However, for the success Linux packages need to adopt them, so it's possible to run sudo apt install or sudo dnf install. Cheers.

Derick Rethans

2 years ago
On Wed, 1 Nov 2023, Derick Rethans wrote:
> I have just opened voting on the RFC to unbundle imap, pspell, and > oracle integrations. > > Each extension can be voted on separately. Voting started now, and > will run until November 15th, 24:00 GMT. > > Link: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8#voting
Voting is now closed, with unbundling imap and pspell passing unanimously (27:0) and unbundling oracle integrations passing with (26:1). I will soon start making PRs to implement this result. cheers, Derick