]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Support building against Lua 5.4 by adjusting to the 3-arg form of
authorJoe Orton <jorton@apache.org>
Fri, 7 Aug 2020 12:21:35 +0000 (12:21 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 7 Aug 2020 12:21:35 +0000 (12:21 +0000)
commit53b5c234e90db489197935b84c0066c9ec083038
tree8beccb819be7b3640910fae07900fb1705b2e749
parentc26c11bac6ad0ae13a993ef9d057f438d533a90f
Support building against Lua 5.4 by adjusting to the 3-arg form of
lua_resume().

* modules/lua/config.m4 (CHECK_LUA): Check for lua5.4 paths.

* modules/lua/mod_lua.c (lua_output_filter_handle,
  lua_input_filter_handle): Check that exactly one item is on the
  stack as indicated by lua_resume().

Submitted by: Lubos Uhliarik <luhliari redhat.com>, jorton
PR: 64591
Github: closes #130, closes #133, closes #134

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