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.7.1

Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Aug 26, 2021
1 parent 0e057d2 commit fdc3f4a
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 @@ -86,7 +86,7 @@
| redis extension (PHP 5.6) | 4.3.0 |
| redis extension (PHP 7.0+) | 5.3.4 |
| mongodb extension | 1.9.2 |
| swoole extension (PHP 7.2+) | 4.7.0 |
| swoole extension (PHP 7.2+) | 4.7.1 |
| yaf extension (PHP 7.0+) | 3.3.3 |
| yar extension (PHP 7.0+) | 2.2.0 |
| msgpack extension (PHP 7.0+) | 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 @@ -170,8 +170,8 @@ pdflib64_filename="PDFlib-9.3.1-Linux-x64-php"
pdflib64_filename_url="https://www.pdflib.com/binaries/PDFlib/931/PDFlib-9.3.1-Linux-x64-php.tar.gz"
#PECL packages
#php extension swoole
swoole_filename="swoole-4.7.0"
swoole_filename_url="https://pecl.php.net/get/swoole-4.7.0.tgz"
swoole_filename="swoole-4.7.1"
swoole_filename_url="https://pecl.php.net/get/swoole-4.7.1.tgz"
#php extension xdebug
xdebug_filename="xdebug-2.5.5"
xdebug_filename_url="https://pecl.php.net/get/xdebug-2.5.5.tgz"
Expand Down

0 comments on commit fdc3f4a

Please sign in to comment.