Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/socket_send.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2048 by niro, Wed May 8 11:07:56 2013 UTC revision 2622 by niro, Fri Sep 25 12:40:08 2015 UTC
# Line 22  Line 22 
22    
23    
24   // ssl   // ssl
25   $fp = fsockopen("ssl://192.168.0.6", 6666, $errno, $errstr, 30);   $fp = fsockopen("sslv3://192.168.0.6", 6666, $errno, $errstr, 30);
26   if (!$fp) {   if (!$fp) {
27   echo "$errstr ($errno)<br />\n";   echo "$errstr ($errno)<br />\n";
28   } else {   } else {

Legend:
Removed from v.2048  
changed lines
  Added in v.2622