Skip to content

Commit

Permalink
Merge branch '7.8' into 7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 31, 2024
2 parents fcac7ba + 429cb67 commit 1ee81e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/request-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ee81e5

Please sign in to comment.