Skip to content

Conversation

@Fraenkiman
Copy link
Collaborator

Fixes #790

  • Prevents crashes in feeds when the mbstring extension is missing

Thank you for reporting the error in the support forum to lainalien.

Fixes flatpressblog#790
- Prevents crashes in feeds when the mbstring extension is missing

Thank you for reporting the error in the support forum to lainalien.
- https://forum.flatpress.org/viewtopic.php?p=3497#p3497
@Fraenkiman Fraenkiman merged commit 3613718 into flatpressblog:master Jan 18, 2026
3 checks passed
Fraenkiman added a commit to Fraenkiman/flatpress that referenced this pull request Jan 18, 2026
- MB_CASE_FOLD only exists in PHP 7.3 and later, so it has been removed.
- The polyfill must be loaded before Smarty. That's it.
- https://github.com/symfony/polyfill-mbstring

Notes:
- This is NOT a full mbstring replacement!!!
Fraenkiman added a commit that referenced this pull request Jan 18, 2026
- MB_CASE_FOLD only exists in PHP 7.3 and later, so it has been removed.
- The polyfill must be loaded before Smarty. That's it.
  https://github.com/symfony/polyfill-mbstring

Notes:
- This is NOT a full mbstring replacement!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

If mbstring is not installed/active, a feed call will reliably crash with "Call to undefined function mb_*()".

1 participant