cURL needs to implement CRYPTO_callback functions to prevent locking
| Bug #33760 | cURL needs to implement CRYPTO_callback functions to prevent locking | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2005-07-19 00:48 UTC | Modified: | 2005-10-25 16:46 UTC |
|
||||||||||
| From: | eja40 at cam dot ac dot uk | Assigned: | mike (profile) | |||||||||||
| Status: | Closed | Package: | cURL related | |||||||||||
| PHP Version: | 5CVS, 4CVS, 6CVS | OS: | * | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2005-07-19 00:48 UTC] eja40 at cam dot ac dot uk
Description: ------------ I am experiencing problems when using multi-threaded cURL requests. When I have more than about 5 threads connecting using HTTPS, all subsequent threads fail to connect (regardless of the timeout used). I presume this is because PHP hasn't implemented the CRYPTO_callback functions to prevent OpenSSL locking. Sorry I have no idea how to implement this fix myself - but the solution to the problem is elaborated here: http://curl.haxx.se/mail/lib-2004-06/0086.html
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-07-20 15:12 UTC] eja40 at cam dot ac dot uk
[2005-07-28 00:46 UTC] daniel-curl at haxx dot se
[2005-10-24 00:09 UTC] edink@php.net
[2005-10-24 10:27 UTC] mike@php.net
[2005-10-25 16:46 UTC] mike@php.net