mediawiki-extensions-Scribunto/engines/LuaStandalone
Brad Jorsch 2a70e8b3f1 LuaStandalone: Properly handle serialization errors
When we're making a call from Lua to PHP, serialization errors should be
propagated to whatever in Lua made the call. That works fine.

But when we're returning data in response to a call from PHP, if there's
a serialization error we need to catch it and tell PHP about it.
Otherwise PHP just gets a useless "the interpreter exited".

Change-Id: Iaac498fa2e486631d38e2366977b360140756519
2018-02-06 15:53:40 -05:00
..
binaries Update lua binaries to patch CVE-2014-5461 2016-02-22 09:38:22 -08:00
lua_ulimit.sh Fix file permissions 2014-10-15 12:17:26 +00:00
LuaStandaloneEngine.php Avoid passing null to count() 2017-12-04 10:46:34 -05:00
mw_main.lua Avoid running all of mw.lua twice 2014-05-15 14:15:08 -04:00
MWServer.lua LuaStandalone: Properly handle serialization errors 2018-02-06 15:53:40 -05:00
protocol.txt LuaStandalone: Fix signal handling 2017-03-09 23:16:28 +00:00