|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.44 released.
_mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua
####Changes in 0.44:
* Added support for mod_dbd (you can enable/disable it in mod_plua.h)
* General
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.43 released.
_mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua
####Changes in 0.43:
* Switched to the APXS system for compiling and installing mod_pLua - many thanks
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.42 released.
_mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua
####Changes in 0.42:
* Removed thread checks where they were not needed in Lua C function calls
*
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.41 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.41:
* Added a backup state list for ensuring that external modules won't break the retrieval of handles
Thanks again to _haste_ in #lua on Freenode for making this observation.
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.40 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.40:
* Changed some default directive values
* header() will now accept numbers as its
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.39 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.39:
* Releasing a Lua state no longer requires a mutex lock
* Garbage collection is now
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.38 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.38:
* The thread struct for each Lua state is now referenced at initialization instead
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.37 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.37:
* Added a header file for managing structs, defs and prototypes.
* Added the exit()
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.36 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.36:
* Re-enabled the global pool mutex that was shut off for debugging purposes
* 404
|
|
Posted
almost 14 years
ago
by
Daniel Gruno
###mod_pLua 0.35 released.
_modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax._ http://sf.net/p/modplua
####Changes in 0.35:
* Databases opened with dbopen() should now properly close if GC'ed in Lua 5.2
*
|