mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
![]() Currently, the description for `CURLOPT_FOLLOWLOCATION` and `CURLOPT_MAXREDIRS` indicates that unless a `CURLOPT_MAXREDIRS` value is set, Curl will do an infinite loop.
However, this is not the case, because PHP internally sets a default value of 20. Please see:
- [`ext/curl/interface.c`](
|
||
---|---|---|
.. | ||
curlfile | ||
functions | ||
book.xml | ||
configure.xml | ||
constants.xml | ||
curlfile.xml | ||
curlhandle.xml | ||
curlmultihandle.xml | ||
curlsharehandle.xml | ||
examples.xml | ||
ini.xml | ||
reference.xml | ||
setup.xml | ||
versions.xml |