mediawiki-extensions-Scribunto/includes
Brian Wolff 047200c11e Make sure that lua stack trace is valid UTF-8.
This fixes a warning on php8.1 related to preg_match_all returning
null when given invalid UTF-8.

I made a separate patch to change the null into an exception Ic0c9083b

In a sense, this is a follow-up to ec103b6966.

Bug: T319218
Change-Id: Ia17fc2fa428ec35bdbd242f1127fcdff501fb741
2022-10-06 04:08:24 +00:00
..
Engines Make sure that lua stack trace is valid UTF-8. 2022-10-06 04:08:24 +00:00
ApiScribuntoConsole.php Require CSRF token for action=scribunto-console 2022-10-05 14:38:50 +00:00
Hooks.php Apply some minor PHP code modernizations 2022-09-29 21:45:09 -04:00
Scribunto.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContent.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContentHandler.php Use new ContentHandler::supportsPreloadContent() feature 2022-07-06 22:39:44 +00:00
ScribuntoEngineBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoException.php Apply some minor PHP code modernizations 2022-09-29 21:45:09 -04:00
ScribuntoModuleBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00