-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add Fallback for Systems without the MBString Extension #136
Comments
This would also require fallbacks for |
Perhaps SimplePie's example is relevant here https://github.com/simplepie/simplepie/blob/master/library/SimplePie/Misc.php#L327 |
mb_strlen and mb_substr actually have a compat function in WordPress. https://core.trac.wordpress.org/browser/tags/4.8/src/wp-includes/compat.php#L45 |
https://github.com/symfony/polyfill-mbstring Seems this might work. |
https://github.com/indieweb/php-mf2/blob/4266673ca7883f55d9733204719feee95779df5f/Mf2/Parser.php#L96
We've had some issues with packages that depend on the parser running on sites where the hosting provider doesn't have the extension installed. Wondering if we could add a graceful failure at the parser level, rather than above it.
pfefferle/wordpress-semantic-linkbacks#122
The text was updated successfully, but these errors were encountered: