]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note a TODO for Lua 5.2.0 compatibility.
authorRainer Jung <rjung@apache.org>
Wed, 1 Feb 2012 09:54:25 +0000 (09:54 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 1 Feb 2012 09:54:25 +0000 (09:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239031 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 82edd896c8f7d6d408b362050fc95e8263164630..b506ba87ae68e75bb2e42a5824cad07422134e65 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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