ID:               33770
 Updated by:       [EMAIL PROTECTED]
 Reported By:      subscription at nazarenko dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         cURL related
 Operating System: Linux SuSE 9.3 & 10.0
 PHP Version:      5CVS-2005-11-09 (snap)
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip




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

[2005-11-10 00:15:48] subscription at nazarenko dot net

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

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

[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-08-06 20:06:39] [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-08-06 03:00:32] [EMAIL PROTECTED]

I'm using these libs:

openssl 0.9.7f
curl 7.13.1

So try upgrade those. (you do have the 64bit versions of those
installed?)



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

[2005-08-02 19:33:15] subscription at nazarenko dot net

Tried php5-200508021630 CVS snapshot.

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

My machine is x64 Linux (SuSE 9.3)
OpenSSL libraries: openssl-devel-0.9.7e-3
CURL libraries: curl-devel-7.13.0-5

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

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