Skip to content

Commit 3dba0c7

Browse files
author
Taois
committed
docs: linux单独安装sqlite3扩展
1 parent 24b32ca commit 3dba0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spider/php/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sudo apt update
5858
安装 CLI 版本及 Drpy 爬虫所需的常用扩展 (curl, mbstring, xml, mysql 等):
5959
```bash
6060
# 注意:openssl 通常已包含在核心或 common 包中,无需单独指定 php8.3-openssl
61-
sudo apt install php8.3-cli php8.3-curl php8.3-mbstring php8.3-xml php8.3-mysql -y
61+
sudo apt install php8.3-cli php8.3-curl php8.3-mbstring php8.3-xml php8.3-mysql php8.3-sqlite3 -y
6262
```
6363

6464
### 0.5.4 验证安装

0 commit comments

Comments
 (0)