On 13.07.2022 at 14:39, Máté Kocsis wrote:

> 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?

Yeah, a new package is probably the best solution here.  If the repo was
under the PHP organization on GH, it would be different.  Of course, a
new package has downsides, such as what to do about the documentation
(copy & paste, and go from there is likely the way to go).

Anyhow, do you already have a PECL account?  Otherwise please apply via
<https://pecl.php.net/account-request.php>.

Cheers,
Christoph

--
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to