Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/curl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/curl/tests/bug63363.phpt |
--TEST-- Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST) --SKIPIF-- <?php if (!extension_loaded("curl")) { exit("skip curl extension not loaded"); } $curl_version = curl_version(); if ($curl_version['version_number'] >= 0x071c01) { exit("skip: test valid for libcurl < 7.28.1"); } ?> --FILE-- <?php $ch = curl_init(); var_dump(curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false)); /* Case that should throw an error */ var_dump(curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, true)); var_dump(curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0)); var_dump(curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 1)); var_dump(curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2)); curl_close($ch); ?> --EXPECTF-- bool(true) 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 on line %d bool(true) bool(true) 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 on line %d bool(true) bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare