1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-16 21:08:13 +01:00

Correct Guzzle 7 IDN default value (#3206)

This commit is contained in:
Graham Campbell 2024-03-31 17:56:45 +01:00 committed by GitHub
parent 53f5a4ece4
commit 429cb67026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -582,12 +582,11 @@ http_errors
idn_conversion
--------------
:Summary: Internationalized Domain Name (IDN) support (enabled by default if
``intl`` extension is available).
:Summary: Internationalized Domain Name (IDN) support.
:Types:
- bool
- int
:Default: ``true`` if ``intl`` extension is available (and ICU library is 4.6+ for PHP 7.2+), ``false`` otherwise
:Default: ``false``
:Constant: ``GuzzleHttp\RequestOptions::IDN_CONVERSION``
.. code-block:: php