php/doc-en

curl_setopt missing error/exception documentation

开放

#3,119 创建于 2024年1月18日

 (3 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Status: Verifiedbuggood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (平均合并 99天 23小时) (30 天内合并 90 个 PR)

描述

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

贡献者指南