|
Posted
over 13 years
ago
by
Daniel Gruno
##mod_pLua 0.54 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.54:
* Fixed a bug where mod_dbd was required even though mod_pLua wasn't built for mod_dbd
* Added string.md5() for making md5 hashes.
|
|
Posted
over 13 years
ago
by
Daniel Gruno
##mod_pLua 0.54 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.54:
* Fixed a bug where mod_dbd was required even though mod_pLua wasn't built for mod_dbd
* Added string.md5() for making md5 hashes.
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.53 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.53:
- Fixed a memory leak in database connectivity with mod_dbd
- Added the Auth-User
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.53 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.53:
- Fixed a memory leak in database connectivity with mod_dbd
- Added the
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.52 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.52:
* Fixed some warnings
* Added setCookie() and getCookie() for setting and getting cookie values.
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.52 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.52:
* Fixed some warnings
* Added setCookie() and getCookie() for setting and getting cookie values.
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.51 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.51:
* Moved a declaration from the header to the c file to ease APXS installation
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.51 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.51:
* Moved a declaration from the header to the c file to ease APXS installation (thanks to
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.50 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.50:
* The Makefile script will now properly clean up when `make clean` is called
* getEnv()
|
|
Posted
over 13 years
ago
by
Daniel Gruno
###mod_pLua 0.50 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.50:
* The Makefile script will now properly clean up when `make clean` is called
*
|