Skip to content

Commit 58399cc

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Fix list usage
2 parents 6843c51 + d497012 commit 58399cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,8 +1042,8 @@ HTTP Compression
10421042

10431043
The HTTP header ``Accept-Encoding: gzip`` is added automatically if:
10441044

1045-
* When using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
1046-
* When using the native HTTP client: `Zlib PHP extension`_ is installed
1045+
* using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
1046+
* using the native HTTP client: `Zlib PHP extension`_ is installed
10471047

10481048
If the server does respond with a gzipped response, it's decoded transparently.
10491049
To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.

0 commit comments

Comments
 (0)