php/doc-en

curl_setopt missing error/exception documentation

Aperta

#3119 aperta il 18 gen 2024

 (3 commenti) (0 reazioni) (0 assegnatari)XML (882 fork)auto 404
Status: Verifiedbuggood first issue

Metriche repository

Star
 (596 stelle)
Metriche merge PR
 (Merge medio 99g 23h) (90 PR mergiate in 30 g)

Descrizione

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).

Guida contributor