We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f4a8 commit 4b096edCopy full SHA for 4b096ed
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 9.6.3 - 2022-09-24
10
+
11
+- Remove filter flag constants deprecated as of PHP 7.3 ([#730](https://github.com/php-curl-class/php-curl-class/pull/730))
12
13
## 9.6.2 - 2022-09-24
14
15
- Call MultiCurl::beforeSend() before each request is made ([#723](https://github.com/php-curl-class/php-curl-class/pull/723))
src/Curl/Curl.php
@@ -8,7 +8,7 @@
class Curl
{
- const VERSION = '9.6.2';
+ const VERSION = '9.6.3';
const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments