-
Notifications
You must be signed in to change notification settings - Fork 148
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
Lacks PHP v8.1 compatibility #338
Comments
@dleffler We currently unfortunately cannot run the unit tests with PHP 8.1 yet. Would you be willing to list all problems you encounter with PHP 8.1? Then I can take a look. Thanks! |
> Error Message: preg_split(): Passing null to parameter MyIntervals#3 ($limit) of type int is deprecated see MyIntervals#338 (cherry picked from commit 84b3ba7)
Hi @oliverklee ! |
Yes, I’ll do a release shortly. I wasn’t sure whether @oliverklee was through with all the planned refactorings which I wanted to wait for before releasing but it seems like now is a good time. |
No, I'm not through with my planned refactorings/cleanup/fixes. None of those should block a release, though. So please go ahead, @sabberworm! Thanks! |
Hi @sabberworm! Do you have updates by any chance when new version will be released ? |
@xmav version 8.4.0 is now out. |
> Error Message: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated see MyIntervals#338
PHP v8.1 (currently a release candidate) deprecates several parameter types and throws warnings such as Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in PHP-CSS-Parser\lib\Sabberworm\CSS\Parsing\ParserState.php on line 285
The text was updated successfully, but these errors were encountered: