From 3f8411752bc983de6d5c360bd4f56a8cd4dd3e9f Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Mon, 2 Nov 2020 00:35:31 +0000 Subject: [PATCH] Remove SSL context options which have been removed in PHP 7.0, This is a left-over/mishap from the previous large commit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351118 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/context/ssl.xml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/language/context/ssl.xml b/language/context/ssl.xml index 1f7339dd73..c30a565843 100644 --- a/language/context/ssl.xml +++ b/language/context/ssl.xml @@ -140,19 +140,6 @@ - - - CN_match - string - - - - Common Name we are expecting. PHP will perform limited wildcard - matching. If the Common Name does not match this, the connection - attempt will fail. - - - verify_depth @@ -218,26 +205,6 @@ - - - SNI_server_name - string - - - - If set, then this value will be used as server name for server name - indication. If this value is not set, then the server name is guessed - based on the hostname used when opening the stream. - - - - - This option is deprecated, in favour of peer_name, - as of PHP 5.6.0. - - - - disable_compression