|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-03-10 10:55 UTC] cmb@php.net
-Assigned To:
+Assigned To: tstarling
[2021-03-10 16:34 UTC] legoktm at member dot fsf dot org
[2021-03-10 18:00 UTC] cmb@php.net
[2021-05-19 07:20 UTC] legoktm at member dot fsf dot org
[2021-05-19 09:24 UTC] cmb@php.net
-Status: Assigned
+Status: Closed
[2021-05-19 09:24 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 07:00:01 2026 UTC |
Description: ------------ Obviously, there are no LuaSandbox DLLs available for download on PECL. The primary reason is that config.w32 is missing in the packages, although it exists in the repo[1]. If the missing config.w32 is just an oversight, please add it. If it gets added, the next issue would be the check for lua5.1.lib, which appears to be overly restricted. There are lua packages available for PECL builds[2], but these have lua 5.3.4, and the library is named liblua.lib. It would be good to add at least a fallback for that name, i.e. something like CHECK_LIB("lua5.1.lib;liblua.lib", "luasandbox", PHP_LUASANDBOX) [1] <https://phabricator.wikimedia.org/diffusion/MLUS/browse/master/config.w32> [2] <https://windows.php.net/downloads/pecl/deps/>