PHP 程序加密(LINUX,基于php_screw_plus扩展)
发表于:2023-04-13 13:40:10浏览:384次
① 下载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