php/doc-en

curl_setopt missing error/exception documentation

Ouverte

#3 119 ouverte le 18 janv. 2024

 (3 commentaires) (0 réaction) (0 personne assignée)XML (882 forks)auto 404
Status: Verifiedbuggood first issue

Métriques du dépôt

Stars
 (596 étoiles)
Métriques de merge PR
 (Merge moyen 99j 23h) (90 PRs mergées en 30 j)

Description

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

Guide contributeur