From 429cb6702659329819fb40c9487eac3132bdd80b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 31 Mar 2024 17:56:45 +0100 Subject: [PATCH] Correct Guzzle 7 IDN default value (#3206) --- docs/request-options.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/request-options.rst b/docs/request-options.rst index f4566550..0307d7e9 100644 --- a/docs/request-options.rst +++ b/docs/request-options.rst @@ -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