Skip to content

Commit eb794c5

Browse files
committed
update
1 parent 4c82156 commit eb794c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

environment/trait/php_ext.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```bash [解压扩展包]
66
tar -xzf apcu-5.1.27.tgz
7-
tar -xzf xdebug-3.4.5.tgz
7+
tar -xzf xdebug-3.4.7.tgz
88
```
99

1010
```ini [84配置扩展]
@@ -47,7 +47,7 @@ php --ri apcu
4747
::: code-group
4848

4949
```bash [84编译]
50-
cd /home/php-fpm/php_ext/xdebug-3.4.5
50+
cd /home/php-fpm/php_ext/xdebug-3.4.7
5151
/server/php/84/bin/phpize
5252
./configure --with-php-config=/server/php/84/bin/php-config
5353
make -j4 > make.log
@@ -56,8 +56,6 @@ make install
5656

5757
:::
5858

59-
:::
60-
6159
### 2. apcu 扩展
6260

6361
::: code-group

0 commit comments

Comments
 (0)