php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #81201 curl-setopt docs - Missing description of CURLOPT_PASSWORD option
Submitted: 2021-06-25 16:30 UTC Modified: -
From: vityan888 at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 7.3.28 OS:
Private report: No CVE-ID: None
 [2021-06-25 16:30 UTC] vityan888 at gmail dot com
Description:
------------
In curl_setopt manual page:
https://www.php.net/manual/en/function.curl-setopt

The description of CURLOPT_PASSWORD option is missing(While it is defined in PHP)
, this option shall be near the existing CURLOPT_USERNAME option.

I already made a mistake in some project, by using the deprecated CURLOPT_USERPWD, as the new combination(USERNAME+PASSWORD) wasn't properly documented.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-25 16:57 UTC] git@php.net
Automatic comment on behalf of cmb69
Revision: https://github.com/php/doc-en/commit/f52f2a81ebbe99f6a2da67cff626a98a3604f766
Log: Fix #81201: Missing description of CURLOPT_PASSWORD option
 [2021-06-25 16:57 UTC] git@php.net
-Status: Open +Status: Closed
 [2021-06-26 12:24 UTC] git@php.net
Automatic comment on behalf of mumumu
Revision: https://github.com/php/doc-ja/commit/43b771f6b29d46f434194491dba8c32b847ac235
Log: Fix #81201: Missing description of CURLOPT_PASSWORD option
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC