mediawiki-extensions-Scribunto/engines/LuaStandalone
Brad Jorsch 9aca31681a LuaStandalone: Improve passing of numeric values
For integers from Lua to PHP, make sure they won't use exponential
notation that will confuse unserialize(), and pass the integer size from
PHP so Lua can know which numbers are representable as integers.

For doubles in both directions, increase the precision to avoid
truncation of the least significant bits.

Change-Id: Icfaff71cab0ee1aac04acf752d108049b5569380
2018-02-06 16:54:52 -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 LuaStandalone: Improve passing of numeric values 2018-02-06 16:54:52 -05:00
mw_main.lua LuaStandalone: Improve passing of numeric values 2018-02-06 16:54:52 -05:00
MWServer.lua LuaStandalone: Improve passing of numeric values 2018-02-06 16:54:52 -05:00
protocol.txt LuaStandalone: Fix signal handling 2017-03-09 23:16:28 +00:00