Test: /ext/curl/tests/bug63795.phpt - Version 5.3.30-dev        

Bug #63795 CURL >= 7.28.1 no longer support value 1 for CURLOPT_SSL_VERIFYHOST
Submitted: 2012-12-18 02:26:43 Modified: 2012-12-22 00:48:44
From: blueness Assigned: pierrick
Status: Closed Package: cURL related
PHP Version: 5.4.9 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in %s/bug63795.php on line 5
004+ bool(false)
003- Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead in %s on line %d
005- bool(true)
007+ Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in %s/bug63795.php on line 7
008+ bool(false)
007- Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead in %s on line %d
009- bool(true)