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 acfa5e0 commit 2b8a93bCopy full SHA for 2b8a93b
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 9.18.2 - 2023-09-11
10
+
11
+- Fix use of mb_strpos() causing error when polyfill is used ([#813](https://github.com/php-curl-class/php-curl-class/pull/813))
12
13
## 9.18.1 - 2023-08-29
14
15
- Add additional check for decoding gzip-encoded responses ([#808](https://github.com/php-curl-class/php-curl-class/pull/808))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- const VERSION = '9.18.1';
+ const VERSION = '9.18.2';
const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments