Skip to content

Commit

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

Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jul 11, 2022
1 parent a04617b commit 1d48513
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 @@ -81,7 +81,7 @@
| re2c | 3.0 |
| redis | 5.0.14 |
| redis extension | 5.3.7 |
| mongodb extension | 1.12.0 |
| mongodb extension | 1.13.0 |
| swoole extension | 4.8.10 |
| yaf extension | 3.3.5 |
| yar extension | 2.3.2 |
Expand Down
4 changes: 2 additions & 2 deletions include/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ redis_filename_url="http://download.redis.io/releases/redis-5.0.14.tar.gz"
php_redis_filename="redis-5.3.7"
php_redis_filename_url="https://pecl.php.net/get/redis-5.3.7.tgz"
#php extension mongodb
php_mongo_filename="mongodb-1.12.0"
php_mongo_filename_url="https://pecl.php.net/get/mongodb-1.12.0.tgz"
php_mongo_filename="mongodb-1.13.0"
php_mongo_filename_url="https://pecl.php.net/get/mongodb-1.13.0.tgz"
#libsodium
libsodium_filename="libsodium-1.0.18"
libsodium_filename_url="https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz"
Expand Down

0 comments on commit 1d48513

Please sign in to comment.