我正在使用 PHP 7.3。并且需要生成受密码保护的 ZIP 文件。
经过搜索,我知道 PHP 需要php_zip扩展来执行此操作。我按照以下说明进行操作:
- 下载
php_zip.dll
- 解压
php_zip.dll
到C:\xampp\php\ext
- 编辑
php.ini
并添加新行extension=php_zip.dll
- 重启 Apache
但是 XAMPP 意外关闭并出现错误:
[ssl:warn] [pid 11152:tid 548] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
有人能解决这个问题吗?