Re: [PECL-DEV] Maintenance of the scrypt extension
[email protected] (Remi Collet) Wed, 13 Jul 2022 15:37:12 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
Le 13/07/2022 à 14:39, Máté Kocsis a écrit : > Hi All, > > I'm writing here because the scrypt extension ( > https://pecl.php.net/package/scrypt) is apparently unmaintained since a > long time. I filed https://github.com/DomBlack/php-scrypt/issues/62 asking > for releasing PHP 8 support around 1.5 months ago, but I got no response > from the maintainer. > > As I'm relying on this extension heavily, I'd like to continue > its maintenance. That's why I forked the repo and made a few "cosmetic" > changes which are in line with the conventions used in PHP 8.0+ (properly > declared param and return types, exceptions instead of fatal errors, better > error messages). > > So my question is how I could make my version of scrypt available in PECL? > Could we upload it as scrypt2 or is there a better alternative? Or simply take ownership of this extension on pecl and move to new sources. Especially if no answer from Dominic. Remi > > Regards, > Máté Kocsis >