| Bug #29934 | fsockopen() does not support SSL/TLS with shares OpenSSL extension | ||||
|---|---|---|---|---|---|
| Submitted: | 1 Sep 2004 7:59pm UTC | Modified: | 1 Sep 2004 8:09pm UTC | ||
| From: | mranner at jawa dot at | Assigned to: | |||
| Status: | Bogus | Category: | OpenSSL related | ||
| Version: | 4.3.8 | OS: | FreeBSD 4.10 | ||
[1 Sep 2004 7:59pm UTC] mranner at jawa dot at
[1 Sep 2004 8:09pm UTC] pollita@php.net
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. It's known, it's been reported (many times) and can't be fixed within the framework of PHP4. PHP5 however abstracts transports out in a way that makes it all work whether OpenSSL is compiled as a shared module or staticly. For PHP4, your only option is to compile the module staticly. To bodge dynamic registration of ssl:// and tls:// transports into PHP4 would represent a major code change which will not happen within a point release.
[3 Oct 2004 10:01am UTC] odip at bionet dot nsc dot ru
See FreeBSD PR: [PATCH] php4 openssl building static http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/72275
