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:
parent
53f5a4ece4
commit
429cb67026
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user