您的当前位置:首页>全部文章 >"博客"内的文章 >文章详情
PHP 程序加密(LINUX,基于php_screw_plus扩展)
发表于:2023-04-13 13:40:10浏览:233次TAG: #PHP #linux


① 下载php-screw-plus扩展包

项目开源地址:https://gitee.com/splot/php-screw-plus


② 编译php_screw_plus.so扩展文件

# cd php_screw_plus
# phpize
# ./configure --with-php-config=php-config
# make
# make test
# cd tools/
# make


登录 登录阅读全文