[MacPorts] #34228: php5: fsockopen don't work since php 5.3.10, with openssl 1.0.1b_0

MacPorts noreply at macports.org
Tue Aug 7 17:02:25 PDT 2012


#34228: php5: fsockopen don't work since php 5.3.10, with openssl 1.0.1b_0
--------------------------------+-------------------------------------------
 Reporter:  clement@…           |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:                                       
Component:  ports               |     Version:  2.0.4                                
 Keywords:                      |        Port:  php5                                 
--------------------------------+-------------------------------------------

Comment(by pixilla@…):

 macports.trippyd: See #33715

 What are you seeing?

 For me:

 {{{
 $ openssl version
 OpenSSL 1.0.1c 10 May 2012
 }}}

 {{{
 <?php

 $connection = fsockopen('ssl://graph.facebook.com', 443);
 var_dump($connection);
 }}}
 produces
 {{{
 resource(2) of type (stream)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/34228#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list