Commit:    a56f95420da4956e42fa7ecf80c06421607cf629
Author:    Christoph M. Becker <[email protected]>         Thu, 11 Mar 2021 
13:18:55 +0100
Parents:   a253b3d4d941b068951a65e6deb93b500ec75ed8
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=a56f95420da4956e42fa7ecf80c06421607cf629

Log:
Prepare for LuaSandbox builds

Since LuaSandbox is not compatible with latest Lua versions[1], we use
lua 5.1.5.  It should be noted that the lua-5.1.5 packages are not
suitable to build the lua extension.

[1] <https://bugs.php.net/80850>

Changed paths:
  M  data/config/pecl/exts.ini


Diff:
diff --git a/data/config/pecl/exts.ini b/data/config/pecl/exts.ini
index 69ebf21..611a347 100644
--- a/data/config/pecl/exts.ini
+++ b/data/config/pecl/exts.ini
@@ -642,6 +642,11 @@ no_conf=1
 type=with
 libs[]=lua
 
+[luasandbox]
+type=with
+; luasandbox is not compatible with lua 5.2 or higher
+libs[]=lua-5.1.5
+
 [ncurses]
 type=with
 libs[]=libpdcurses


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to