We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e555c commit b2d9926Copy full SHA for b2d9926
1 file changed
user_guide_src/source/libraries/curlrequest.rst
@@ -28,9 +28,11 @@ Config for CURLRequest
28
Sharing Options
29
===============
30
31
-.. note:: Since v4.4.0, the default value has been changed to ``false``. This
32
- setting exists only for backward compatibility. New users do not need to
33
- change the setting.
+.. important:: This setting exists only for backward compatibility. Do not use it
+ in new projects. Even if you are already using it, we recommend that you disable
+ it.
34
+
35
+.. note:: Since v4.4.0, the default value has been changed to ``false``.
36
37
If you want to share all the options between requests, set ``$shareOptions`` to
38
``true`` in **app/Config/CURLRequest.php**:
0 commit comments