Re: [PECL-DEV] mysqlnd authentication plugin: mysqlnd_ed25519

[email protected] (Remi Collet) Thu, 24 Jul 2025 11:52:36 +0200
Newsgroups php.pecl.dev
Message-ID <[email protected]>
Le 24/07/2025 à 10:44, Georg Richter a écrit :
> Hi,
> 
> I would like to upload a new package for mysqlnd ed25519 authentication 
> to PECL

No objection from me

Notice:

build seems OK, I notice some inconsistency in name
mysqlnd_ed25519 vs mysqlnd_mariadb_auth

$ php -n -d extension=mysqlnd -d extension=modules/mysqlnd_ed25519.so -m

Warning: PHP Startup: Invalid library (maybe not a PHP library) 
'modules/mysqlnd_ed25519.so' in Unknown on line 0

I don't see the module dependency (ZEND_MOD_REQUIRED("mysqlnd"))

Perhaps PHP-3.01 is not the best license, as there is a RFC
for switching to BSD-3-Clause

You can also consider publishing it on packagist for pie
=> https://github.com/php/pie


Remi