php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #23895 CURLOPT_CAINFO & CURLOPT_SSL_VERIFYPEER not documented in cURL section of manul
Submitted: 2003-05-30 06:07 UTC Modified: 2003-06-09 23:01 UTC
From: klowe at solomon dot ie Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.1 OS: FreeBSD 4.6
Private report: No CVE-ID: None
 [2003-05-30 06:07 UTC] klowe at solomon dot ie
In the cURL section of the online manual, the curl_setopt page (http://ie.php.net/manual/en/function.curl-setopt.php) is missing a description of how to use the follofing options/constants:

CURLOPT_CAINFO
CURLOPT_SSL_VERIFYPEER 

These tell cURL to verify the remotes host's cert, and to use the specified CA cert. They work with 4.2.2 (i had to select a higher version to submit thsi but, but since it's just an onnission from site it does not matter)

see http://curl.haxx.se/libcurl/c/curl_easy_setopt.html


Kevin Lowe

PS, thanks for PHP! :)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-09 23:01 UTC] philip@php.net
These have been added and will show up during the next manual build, thanks for the report :)

http://cvs.php.net/cvs.php/phpdoc/en/reference/curl/functions/curl-setopt.xml


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 14:01:27 2024 UTC