[wp-trac] Re: [WordPress Trac] #9072: Convert Streams HTTP
transport to use stream_socket_client for SSL and whatever
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 9 20:22:17 GMT 2009
#9072: Convert Streams HTTP transport to use stream_socket_client for SSL and
whatever
-------------------------------------+--------------------------------------
Reporter: jacobsantos | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: HTTP | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment (by beaulebens):
All of the *-streams.php tests in your http-tests suite fail for me now,
and I get the following error when viewing them individually:
{{{
HTTP socket error 47731900: Unable to find the socket transport "http" -
did you forget to enable it when you configured PHP? for http://localhost/
}}}
Even though I've got these showing in phpinfo()
{{{
Registered PHP Streams => zip, php, file, data, http, ftp, compress.bzip2,
compress.zlib, https, ftps
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3,
sslv2, tls
}}}
and PHP claims "Streams are an integral part of PHP as of version 4.3.0.
No steps are required to enable them."
??
--
Ticket URL: <http://trac.wordpress.org/ticket/9072#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list