Go to file
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
common Replace deprecated methods. 2012-10-07 02:59:30 +02:00
engines Fixed transmission of \0 from Lua standalone 2012-12-03 17:46:11 +11:00
modules Fixed transmission of \0 from Lua standalone 2012-12-03 17:46:11 +11:00
tests/engines Fixed transmission of \0 from Lua standalone 2012-12-03 17:46:11 +11:00
.gitignore Add .gitignore 2012-05-21 01:44:42 +01:00
.gitreview Adding .gitreview 2012-04-06 13:46:17 -04:00
Scribunto.i18n.php Localisation updates from http://translatewiki.net. 2012-11-27 21:09:21 +00:00
Scribunto.magic.php Localisation updates from http://translatewiki.net. 2012-10-03 20:17:56 +00:00
Scribunto.namespaces.php Add Hebrew namespace aliases 2012-08-26 18:20:59 +00:00
Scribunto.php Remove trailing whitespace 2012-09-26 13:35:46 +10:00