2022-10-07
执行php代码。
1、下载php环境:
链接:https://pan.baidu.com/s/180qcwGX3UgwCPzrUwu3OhA
提取码:85hl
2、根目录有一个php.exe可执行文件。命令:php.exe xxx.php就可以执行。
如果出现提示:找不到openssl模块,【Fatal error: Uncaught Error: Call to undefined function openssl_decrypt() in】
就把php.ini-production改成php.ini,然后修改php.ini:
把;extension=openssl前面的;去掉。
并且把;extension_dir = "ext"前面的;去掉。
参考:https://blog.csdn.net/qq_42176520/article/details/87619265
标签:exe,extension,openssl,ini,https,php From: https://www.cnblogs.com/angelshelter/p/16759420.html