Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125532 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id A1C711A00FB for ; Fri, 13 Sep 2024 13:25:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726234044; bh=0C5fs3wVKKhhAbRt/uL8kxlGT+7yYtBVuhr3cYnCo0w=; h=Date:Subject:To:References:From:In-Reply-To:From; b=VPKSyLHhdHKxxXKMM6VSc/0pTdXeKunsBhy8g9PyBO3owSspYYZGNzNlNzZ4OVf0V Zth3ymDHGEohNBC5TMuAFiXjhEcHpwDwOc4+S1YG/HXxkZP7uiOGy3GrMGUYMHuxao YonreceMUafHpWGl3X6EJmjJfdj4nUb/h5A/v7FrR1awWQRX9I+IOnCNsVSEB8mO/s aQBuTziTyY71rRcHXX+tS4n3/ZlziJuTne0+mJjW/DzQNEbHIph+3Ek7aDufp0oK9l 3x39HXIl/WSMDoUf4XzbgchYwcu5QJ1qXoXBWsOQJgTr8l68R2tP3XfZQcBjGrt1GH Ys4vitlVJvOXA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B67411801E5 for ; Fri, 13 Sep 2024 13:27:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DMARC_MISSING,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 13 Sep 2024 13:27:17 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5FC4AFF802 for ; Fri, 13 Sep 2024 13:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famillecollet.com; s=gm1; t=1726233913; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dV5h4EFmiZBxAflMV41PQ8dV5rN5nQWZG9O4s//s+uQ=; b=DsEawMq0Q58rKD7pPM0OuKd3BnlVRru03JiozaBkLk6nRbSbzOvGF78VbNJ/CyZDlXTZfE ProUJL5uJFfVzR9Qus3/Dd0LoQkhWmaJZwbR7mpztdN8UttVK6eMbM9+I6+M9kSFJtRUzO AN95LVSQO7R2edfJrw/HWK6ay0WddCwJYIWgDdwhIH51/0eLm3ouqpCfEiNAro4sZaWrKF vllExzssY5GXXUBh3ZRGFx+vzMh3KkG69/P6nbiHiyVK+3FNW/3WxDkO6rptcsyTgjwCPh 9YP8JU7JuBvaru8BTA6lNqFo7I14Dd9H/ZKR8y/brRXUIxJGX5J/zdj+HdVdzA== Message-ID: <6b1701ab-8a50-4d86-8790-22df50ee5aab@FamilleCollet.com> Date: Fri, 13 Sep 2024 15:25:13 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] For discussion (no RFC for now) - more libcrypt bindings To: internals@lists.php.net References: <1560103a-e2b0-46b2-9089-81bcfb715352@FamilleCollet.com> <96a1c3be-37fc-44e2-a1ca-9cc4907f599d@FamilleCollet.com> <8bd146fd-cbe3-41ed-b51d-72c254196fea@gmx.de> Content-Language: en-US In-Reply-To: <8bd146fd-cbe3-41ed-b51d-72c254196fea@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Sasl: glpi@ll-experts.com From: Fedora@FamilleCollet.com (Remi Collet) Le 13/09/2024 à 12:33, Christoph M. Becker a écrit : > However, Windows support might not be that important anyway, So for now, my plans are: - Maintain the xpass extension for PHP 8.x New version 1.1.0 have the additional functions/macros - Wait for user feedback/comments - Open a RFC (after 8.4.0 GA, for PHP 9) to merge the ext in php-src if feedback is good. Remi