php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #54511
Patch ?''?"" revision 2021-04-14 02:14 UTC by sample at email dot tst
Patch php5_5.3.4-fsockopen.patch revision 2013-06-17 08:36 UTC by dbpalan at hotmail dot com

Patch php5_5.3.4-fsockopen.patch for OpenSSL related Bug #54511

Patch version 2013-06-17 08:36 UTC

Return to Bug #54511 | Download this patch
Patch Revisions:

Developer: dbpalan@hotmail.com

--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -434,7 +434,7 @@

 #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT)
                if (sslsock->is_client && sslsock->sni) {
-                       SSL_set_tlsext_host_name(sslsock->ssl_handle, sslsock->sni);
+                       # SSL_set_tlsext_host_name(sslsock->ssl_handle, sslsock->sni);
                }
 #endif
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 10:01:29 2024 UTC