diff options
author | Rainer Jung <rjung@apache.org> | 2012-02-01 10:54:25 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2012-02-01 10:54:25 +0100 |
commit | 00d8386e8c5db97d69a55641084163bd68fb7c38 (patch) | |
tree | ad014b5e7290b7bc761fde335d18d21f807ef7ef /STATUS | |
parent | Remove luaL_reg macro definition no longer needed (diff) | |
download | apache2-00d8386e8c5db97d69a55641084163bd68fb7c38.tar.xz apache2-00d8386e8c5db97d69a55641084163bd68fb7c38.zip |
Note a TODO for Lua 5.2.0 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,6 +59,11 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE: is more consistent with <Directory> and allows some optimizations for the location merge code. + * Detect Lua 5.2.0 during configure and add LUA_COMPAT_ALL to CPPFLAGS. + Maybe it even suffices to add LUA_COMPAT_MODULE and individually + care about the two remaining incompatible code lines (one with lua_strlen, + one with lua_objlen). + OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T: * Handling of non-trailing / config by non-default handler is broken |