php/doc-en

curl_setopt missing error/exception documentation

オープン

#3,119 opened on 2024/01/18

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)XML (882 件のフォーク)auto 404
Status: Verifiedbuggood first issue

Repository metrics

Stars
 (596 個のスター)
PR merge metrics
 (平均マージ 99d 23h) (30d で 90 merged PRs)

説明

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

コントリビューターガイド