Click to See Complete Forum and Search --> : Registered Stream Socket Transports


horiyochi
01-30-2007, 09:24 PM
Hi all,

Anyone out there know how to add additional transport protocol to Registered Stream Socket Transports that shows in phpinfo() ?

my current setting :
Registered PHP Streams php, file, data, http, ftp, compress.zlib, zip
Registered Stream Socket Transports tcp, udp

and i wish to set to
Registered PHP Streams php, file, http, ftp, https, ftps
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls

I've been looking for the solution out there.. but i couldn't find the solution

I even setup openssl for my webserver, but the Registered Stream Socket Transports still shows tcp and udp

Any help will be appreciated!

horiyochi
01-30-2007, 10:10 PM
I've solve the problem

It might help others:

here is the solution:
Install openssl extension in PHP

:eek: :eek: :eek:

vvince
01-11-2008, 08:39 AM
Hi all

sorry to reup this message, but i have the same problem

the Registered stream under windows show only tcp / udp

i have installed openssl
i have copied the dll in system32 (and in PHP) directory
i have activated php_openssl extension in php.ini

but nothing is working, and i need ssl stream


could someone help me on that ?

i'm running windows XP or 2003, under apache or IIS (doesn't matter which one will work)

thanks for your help

Vince