Skip to content

Commit 24dc9a0

Browse files
committed
update
1 parent eb794c5 commit 24dc9a0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

environment/php.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,16 @@ cd /home/php-fpm/php-8.4.14/build_php/
4343

4444
::: code-group
4545

46+
```bash [common]
47+
# 编译基础
48+
apt install -y gcc g++
49+
50+
# 安装PECL扩展需要
51+
apt install -y autoconf
52+
```
53+
4654
```bash [84]
47-
apt install -y gcc g++ libcurl4-openssl-dev libpng-dev libavif-dev \
55+
apt install -y libcurl4-openssl-dev libpng-dev libavif-dev \
4856
libwebp-dev libjpeg-dev libxpm-dev libfreetype-dev libonig-dev \
4957
libcapstone-dev libsodium-dev libzip-dev
5058
```

0 commit comments

Comments
 (0)