php/doc-en

curl_setopt missing error/exception documentation

Offen

#3.119 geöffnet am 18.01.2024

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)XML (882 Forks)auto 404
Status: Verifiedbuggood first issue

Repository-Metriken

Stars
 (596 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 99T 23h) (90 gemergte PRs in 30 T)

Beschreibung

The pages for curl_setopt and curl_setopt_array are missing error/exception information and a changelog. Prior to PHP 8, curl_setopt used to throw warnings for invalid cURL options. Since PHP 8, the functions now raise ValueErrors (php/php-src#5963).

Contributor Guide