From ff32427d4a486a2c203a350ad1dde72380445e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Fri, 13 Aug 2021 18:38:18 +0800 Subject: [PATCH] Update package.xml --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index b902fe9c05c..e4ea1d23318 100644 --- a/package.xml +++ b/package.xml @@ -65,6 +65,7 @@ * Supported query /etc/hosts for System::dnsLookup (#4341) (#4349) (@zmyWL) (@NathanFreeman) * Supported boost context suppoprt for mips64 support (#4358) (@dixyes) * Supported CURLOPT_RESOLVE option for SWOOLE_HOOK_CURL (swoole/library#107) (@sy-records) + * Support CURLOPT_NOPROGRESS for SWOOLE_HOOK_CURL (swoole/library#117) (@sy-records) Fixed --- @@ -72,6 +73,7 @@ * Fixed not serializable classes for 8.1.0beta1 (#4335) (@remicollet) * Fixed multiple coroutines recursively creating directories (#4337) (@NathanFreeman) * Fixed native curl bugs (#4360) (@matyhtf) + * Fixed PDOStatement::bindParam() expects parameter 1 to be string (swoole/library#116) (@sy-records)