From:             klowe at solomon dot ie
Operating system: FreeBSD 4.6
PHP version:      4.3.1
PHP Bug Type:     Documentation problem
Bug description:  CURLOPT_CAINFO & CURLOPT_SSL_VERIFYPEER not documented in cURL 
section of manul

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! :)
-- 
Edit bug report at http://bugs.php.net/?id=23895&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23895&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23895&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23895&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23895&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23895&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23895&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23895&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23895&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23895&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23895&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23895&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23895&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23895&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23895&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to