Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Update PHP extension swoole to version 4.8.11

Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jul 12, 2022
1 parent 1d48513 commit 1dc4a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
| redis | 5.0.14 |
| redis extension | 5.3.7 |
| mongodb extension | 1.13.0 |
| swoole extension | 4.8.10 |
| swoole extension | 4.8.11 |
| yaf extension | 3.3.5 |
| yar extension | 2.3.2 |
| msgpack extension | 2.1.2 |
Expand Down
4 changes: 2 additions & 2 deletions include/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ pdflib64_filename="PDFlib-10.0.0p1-Linux-x64-php"
pdflib64_filename_url="https://www.pdflib.com/binaries/PDFlib/1000/PDFlib-10.0.0p1-Linux-x64-php.tar.gz"
#PECL packages
#php extension swoole
swoole_filename="swoole-4.8.10"
swoole_filename_url="https://pecl.php.net/get/swoole-4.8.10.tgz"
swoole_filename="swoole-4.8.11"
swoole_filename_url="https://pecl.php.net/get/swoole-4.8.11.tgz"
#php extension xdebug
xdebug_filename="xdebug-3.1.3"
xdebug_filename_url="https://pecl.php.net/get/xdebug-3.1.3.tgz"
Expand Down

0 comments on commit 1dc4a06

Please sign in to comment.