]> granicus.if.org Git - apache/commit
Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to
authorPaul Querna <pquerna@apache.org>
Sun, 21 Dec 2008 22:21:54 +0000 (22:21 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 21 Dec 2008 22:21:54 +0000 (22:21 +0000)
commitdb88fbdb27077494507bfdfa5329b43c416336f3
tree2f3d11c1b4b5e75d760f6599de40c31bf6cdb3c8
parent729bcf2b58fbddfbfbacaf385582b4d274e40f57
Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to
load the bytecode if it is present, rather than the file, as this gets the
inline config file blocks hooks working again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728531 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/lua_vmprep.c
modules/lua/lua_vmprep.h
modules/lua/mod_lua.c