[RFC} Unbundle ext/imap, ext/pspell, and ext/oci8

php.internals

Derick Rethans

2 years ago
Hi, after the initial introduction, here is the formal RFC to unbundle the imap, pspell, and oci8 extensions and move them to PECL, for PHP 8.4. https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 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 27/9/2023 11:27 pm, Derick Rethans wrote:
> Hi, > > after the initial introduction, here is the formal RFC to unbundle the > imap, pspell, and oci8 extensions and move them to PECL, for PHP 8.4. > > https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 > > cheers, > Derick >
Hi Derick, A small point: the bug URL for OCI8 in the RFC includes issues for PDO_OCI - which is not part of the RFC. Chris

Derick Rethans

2 years ago
On Thu, 28 Sep 2023, Christopher Jones wrote:
> > On 27/9/2023 11:27 pm, Derick Rethans wrote: > > Hi, > > > > after the initial introduction, here is the formal RFC to unbundle the > > imap, pspell, and oci8 extensions and move them to PECL, for PHP 8.4. > > > > https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 > > A small point: the bug URL for OCI8 in the RFC includes issues for > PDO_OCI - which is not part of the RFC.
Sorry, that was an oversight on my side, as I had intended (for similar reasons as ext/oci8), to also unbundle it. cheers, Derick