Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release with the fix for PHP 8 support #500

Closed
slawn opened this issue Nov 2, 2022 · 4 comments
Closed

New release with the fix for PHP 8 support #500

slawn opened this issue Nov 2, 2022 · 4 comments
Labels

Comments

@slawn
Copy link

slawn commented Nov 2, 2022

Now that the fix is in place for the PHP8 - is it possible to get a new release published so that we can grab it from composer? Right now the latest release is from April 2021. Thanks

@defuse
Copy link
Owner

defuse commented Jun 19, 2023

This is currently only blocking on #508.

@defuse defuse added the v2.4 label Jun 19, 2023
@defuse
Copy link
Owner

defuse commented Jun 19, 2023

Looking at the diff between the last release and master, there's no breaking changes, so the next version number will be v2.4.0.

Edit: Actually, we are changing the type of exception that secureRandom throws when the caller requests 0 octets, but hopefully that's okay.

@defuse
Copy link
Owner

defuse commented Jun 19, 2023

Rather than build and test the phar with all versions of PHP, I'm only going to support PHP 8.1+ for phar builds and tests. Otherwise I have to pull down older versions of box, depending on the PHP version, which is arguably unnecessary complexity. Barring any future security vulnerabilities, users of old PHP versions that rely on the phar can use the older releases of this library. Remember to mention this in the next release's notes.

@defuse
Copy link
Owner

defuse commented Jun 19, 2023

v2.4.0 has been released!

@defuse defuse closed this as completed Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants