php/doc-en

curl_setopt missing error/exception documentation

Aberta

#3.119 aberto em 18 de jan. de 2024

 (3 comentários) (0 reação) (0 responsável)XML (882 forks)auto 404
Status: Verifiedbuggood first issue

Métricas do repositório

Stars
 (596 estrelas)
Métricas de merge de PR
 (Mesclagem média 99d 23h) (90 fundiu PRs em 30d)

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

Guia do colaborador