添加 php_zip 后 XAMPP 出现错误

添加 php_zip 后 XAMPP 出现错误

我正在使用 PHP 7.3。并且需要生成受密码保护的 ZIP 文件。

经过搜索,我知道 PHP 需要php_zip扩展来执行此操作。我按照以下说明进行操作:

  1. 下载php_zip.dll
  2. 解压php_zip.dllC:\xampp\php\ext
  3. 编辑php.ini并添加新行extension=php_zip.dll
  4. 重启 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

有人能解决这个问题吗?

相关内容