Forums » General

lua 5.1.2

Aug 28, 2007 raybondo link
The August 31st update will start using lua 5.1.2, so all plugins will have to be checked to make sure they are compatible.

http://www.lua.org/manual/5.1/manual.html#7.1

this page details the changes.

The main things to look out for are string.gfind -> string.gmatch,
math.mod -> math.fmod, table.setn no longer exists, and table.getn needs to be replaced with #, table.foreach/foreachi are gone, variable aruments are handled completely differently now.
Aug 28, 2007 Impavid link
OOOO! UPDATE COMING!
Sep 07, 2007 Zachera link
Updating to a higher version of a language is always good news.

This reminds me... I should update my PHP if possible...
Sep 07, 2007 RelayeR link
All things are possible:

http://www.php.net/downloads.php