-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Syntax error in URL encoding regex in 3.5.10 #1560
Comments
Was going to report the same thing.
|
Parameter identification like that is only valid in PHP 8+, so if you're on PHP 7 that's why. Looks like version 3.9.10 is not compatible with PHP 7 given this change. |
Version 3.9.10 contained php8 only code, so this will fix it for everyone still using PHP 7 - fixes nystudio107#1560
re #1560: Update preg_split in URLHelper
@khalwat I fixed the issue which was causing the PHPstan failure if you want to remerge |
@oranges13 Not seeing that change here, but I fixed it myself via: af2dac9 Released version Thanks for the PR @oranges13 |
Okay, I see what you mean @oranges13 -- the Fixed and released in SEOmatic version |
Describe the bug
Upgrading from 3.5.9 => 3.5.10 introduces an parsing error exception at UrlHelper.php:290:
Versions
The text was updated successfully, but these errors were encountered: