ID:               22379
 User updated by:  jason at hdev dot net
 Reported By:      jason at hdev dot net
 Status:           Bogus
 Bug Type:         cURL related
 Operating System: Windows 2000
 PHP Version:      4.3.1
 Assigned To:      edink
 New Comment:

Differences between 4.3.0 php_curl.dll and 4.3.1 is
4.3.0 is 176KB and 4.3.1 is 120KB.

Also, it doesn't work with the php_gd2.dll from 4.3.1, I have to use
the php_gd2.dll from 4.3.0, so the problem is probably related to both
php_gd2.dll and php_curl.dll, as my script only works when I use the
previous versions of both of these files.

The DLLs which I install on Win2k are expat.dll, libeay32.dll,
libmhash.dll, sablot.dll, and ssleay32.dll, all from the 4.3.1 release.
(overwriting the old DLLs from the previous php)

Here is the code snippet if you want to test:

$URL=""; 
$ch = curl_init();    
curl_setopt($ch, CURLOPT_URL,"https://$URL";);  
curl_setopt($ch, CURLOPT_POST, 1); 
curl_setopt($ch, CURLOPT_POSTFIELDS, "");
curl_exec($ch);
curl_close($ch);


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

[2003-02-25 02:09:48] [EMAIL PROTECTED]

Not bug -> bogus.


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

[2003-02-25 02:04:11] daniel at haxx dot se

This doesn't look like a bug but the expected behavior with libcurl
7.10 or later. As can be read with somewhat more details here:

http://curl.haxx.se/lxr/source/SSLCERTS

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

[2003-02-24 22:52:28] [EMAIL PROTECTED]

Did you replace _all_ existing extra dlls in your system from the dlls/
folder from the 4.3.1 package?


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

[2003-02-24 19:45:17] jason at hdev dot net

It was returning blank response when I used curl.

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

[2003-02-24 19:44:20] jason at hdev dot net

Actually I experienced the problem only with the extension,
php_curl.dll in the php extensions folder. Simply replacing the dll
with the version from 4.3.0 fixed the problem, so I suspected something
wrong with one of the dlls.

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

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/22379

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

Reply via email to