mediawiki-extensions-Scribunto/engines/LuaStandalone
Tim Starling d5bd1102d0 Fixed transmission of \0 from Lua standalone
* string.format() truncates the string at a null character, causing a
  deadlock when Lua attempts to send null characters to PHP. Use
  concatenation instead.
* Added test.
* Fixed an error reporting issue in the console, which I happened to
  notice at the same time as the above bug.

Change-Id: I2e6061a04512557492bffbd04bc09ca3bc1d80d6
2012-12-03 17:46:11 +11:00
..
binaries Add a Mac OS X (Lion) lua binary. Compiled for 32 and 64bit. 2012-06-06 23:01:48 +02:00
lua_ulimit.sh Added tests and fixed bugs 2012-04-16 14:41:08 +10:00
LuaStandaloneEngine.php Merge "Add a Mac OS X (Lion) lua binary. Compiled for 32 and 64bit. Used automatically on Darwin systems" 2012-06-29 07:19:39 +00:00
mw_main.lua Added more Lua environment features 2012-04-18 13:46:18 +10:00
MWServer.lua Fixed transmission of \0 from Lua standalone 2012-12-03 17:46:11 +11:00
protocol.txt Nicer errors with backtraces etc. 2012-04-23 21:58:30 +10:00