php-ds / ext-ds

An extension providing efficient data structures for PHP 7

Home Page:https://medium.com/p/9dda7af674cd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release supporting PHP 8.1

simPod opened this issue · comments

Hello @rtheunissen , is there anything I can do to help with releasing a new version (1.4.0?) with PHP 8.1 support?

Thanks!

I'll make a new release on pecl today. 👍

@rtheunissen I am trying to install it using php-extension-installer on docker, see linked issue.
Maybe it's worth noting that I am using an alpine docker base, with ubuntu-latest in github actions it seems like it's working.

Edit: local docker using php:8.1-cli (which uses ubuntu) is also not working

I was having some issues locally too but I am making progress - thank you for your patience.

Thanks for the effort and the feedback 👍

@rtheunissen is there a way to bring in support?

@icanhazstring I think I have a working build now, just running a few final tests. I haven't been close to this project in a while, took me a while to get set up again. I'm looking forward to working on it more this holiday season, close all these open issues and prepare for PHP 9.

Just release 1.4.0 on PECL with PHP 8.1 support. Please verify this and close this ticket when everything looks OK.

Works for my use case. Thanks 👍

Works for me too. Thank you very much!

Thanks for the new release on https://windows.php.net/downloads/pecl/releases/ds/1.4.0/ 👍

Any chance also have a pre-built for PHP 8.1 Windows since that's the main reason we have a new release?

Just installed stable on prod, wrks. Thanks 🎉