ID:               33770
 User updated by:  subscription at nazarenko dot net
 Reported By:      subscription at nazarenko dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         OpenSSL related
 Operating System: Linux SuSE 9.3 & 10.0
 PHP Version:      5CVS-2005-11-09
 New Comment:

Here is the result after compiling with --with-curlwrappers:

/install/php5-200511091730/sapi/cli/php -i | grep Registered

Registered PHP Streams => php, file, ftp, gopher, telnet, dict, ldap,
http, https, ftps

Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3,
sslv2, tls

Registered Stream Filters => string.rot13, string.toupper,
string.tolower, string.strip_tags, convert.*

/install/php5-200511091730/sapi/cli/php -i | grep fopen

allow_url_fopen => On => On


Previous Comments:
------------------------------------------------------------------------

[2005-11-10 00:01:34] [EMAIL PROTECTED]

No, I mean this:

[6 Aug 8:06pm CEST] [EMAIL PROTECTED]
Make sure you have allow_url_fopen turned on in your php.ini file and
that you can see https listed on your phpinfo() output.

------------------------------------------------------------------------

[2005-11-09 23:59:32] subscription at nazarenko dot net

If you mean 'you do have the 64bit versions of those
installed?' question, the answer is: Yes, I do. Here is the output of
rpm commands:

rpm -q --provides openssl-0.9.7g-2.2
ssl
libcrypto.so.0.9.7()(64bit)
libssl.so.0.9.7()(64bit)
openssl = 0.9.7g-2.2

rpm -q --provides curl-7.14.0-2.2
curl_ssl
libcurl.so.3()(64bit)
curl = 7.14.0-2.2

Also, my 'allow_url_fopen' is On (otherwise no test case would work)

I have to stress this fact: absolutely nothing has been changed between
the two tests, no php.ini settings, no libraries installed, no system
variables, etc. except the "--with-curlwrappers" directive. In once
case https works in the other one it does not.

------------------------------------------------------------------------

[2005-11-09 23:41:40] [EMAIL PROTECTED]

Please provide the information you were asked for.

------------------------------------------------------------------------

[2005-11-09 23:31:47] subscription at nazarenko dot net

Just to confirm that I am still having this problem.
Tried under new SuSE 10.0-OSS, as well as under SuSE 9.3  (both running
on Intel Xeon x86_64smp ).
Used newer OpenSSL and CURL libs:

curl-7.14.0
openssl-0.9.7g

Still the same problem:

https works:
./configure --disable-all --disable-cgi --with-openssl \
--with-curl

https does not work:
./configure --disable-all --disable-cgi --with-openssl \
--with-curl --with-curlwrappers

------------------------------------------------------------------------

[2005-08-14 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/33770

-- 
Edit this bug report at http://bugs.php.net/?id=33770&edit=1

Reply via email to