Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121071 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 71799 invoked from network); 15 Sep 2023 17:18:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Sep 2023 17:18:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 32E721804BC for ; Fri, 15 Sep 2023 10:18:42 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,NICE_REPLY_A, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS29169 217.70.176.0/20 X-Spam-Virus: No X-Envelope-From: Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 15 Sep 2023 10:18:41 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8AD4C40005 for ; Fri, 15 Sep 2023 17:18:38 +0000 (UTC) Message-ID: <9fea781f-4e5e-47b1-497c-b39e9eefe3a0@php.net> Date: Fri, 15 Sep 2023 19:18:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 To: internals@lists.php.net References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Sasl: contact@ll-experts.com Subject: Re: [PHP-DEV] Proposal to unbundle imap/pspell/oci8 extensions for PHP 8.4 From: remi@php.net (Remi Collet) Le 13/09/2023 à 10:50, Derick Rethans a écrit : > Hi, > > In a recent chat between the PHP Foundation developers, we discussed > unbundling several extensions. > > > ext/imap +1 > ext/pspell +1 > There are other replacements, ispell, and hunspell, but they don't seem > to be compatible API-wise. The PECL extension "enchant" was supposed > to be able to use with all of these, but is also no longer maintained > (last release in 2009, https://pecl.php.net/package/enchant). Notice that enchant is part of php-src (since 5.3) and use libenchant v2 which is actively maintained. Support for v1 is still there and should probably be dropped > ext/oci8 +1 Remi