mediawiki-extensions-Scribunto/engines
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
..
LuaCommon Merge "Improve some parameter docs" 2018-01-16 16:21:51 +00:00
LuaSandbox Improve some parameter docs 2017-09-25 18:07:03 +00:00
LuaStandalone LuaStandalone: Properly handle serialization errors 2018-02-06 15:53:40 -05:00