需求¶
PHP¶
- You need PHP 8.1.2 or newer, with
session
support, the Standard PHP Library (SPL) extension, hash, ctype, and JSON support. - 为性能需求,强烈推荐使用
mbstring
扩展(参见 mbstring)。 - 要支持上传 ZIP 文件,您需要 PHP
zip
扩展。 - 要支持内嵌 JPEG 图像(“image/jpeg: inline”)的等比缩略图,您需要 PHP GD2 支持。
- 当使用 cookie 认证(默认)时,强烈建议使用 openssl 扩展。
- 要支持上传进度条,参见 2.9 怎样设置才能显示上传进度条?。
- 要支持导入 XML 和开放文档电子表格,您需要 libxml 扩展。
- 要在登陆页支持使用 reCAPTCHA,您需要 openssl 扩展。
- 为支持显示 phpMyAdmin 的最新版本,您需要在
php.ini
中启用allow_url_open
或安装 curl 扩展。
网页浏览器¶
您需要一个支持 cookies 和启用了 JavaScript 的网页浏览器来访问 phpMyAdmin。
您需要支持 Bootstrap 4.5 的浏览器,参见 <https://getbootstrap.com/docs/4.5/getting-started/browsers-devices/>。
在 5.2.0 版更改: 您需要支持 Bootstrap 5.0 的浏览器,参见 <https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/>。