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

貢獻者指南