php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69895 cURL request makes Apache hang
Submitted: 2015-06-21 11:40 UTC Modified: 2015-07-05 04:22 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: noreply at ea dot eff dot org Assigned:
Status: No Feedback Package: cURL related
PHP Version: 5.6.10 OS: Windows 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: noreply at ea dot eff dot org
New email:
PHP Version: OS:

 

 [2015-06-21 11:40 UTC] noreply at ea dot eff dot org
Description:
------------
This problem happens when I upgrade from 5.6.7 to 5.6.10.

curl reuqest:
works fine in 5.6.7
request hang, and apache stop taking any request(browser yield timeout) in 5.6.10


Test script:
---------------
Basic cURL example will trigger this bug.

Expected result:
----------------
cURL should not hang apache 2.4.(latest VC11)

Actual result:
--------------
cURL make apache hang.

Temporaty solution is:
1. Copy php_curl.dll from 5.6.7 ZIP, and move it to 5.6.10's ext directory.
2. Restart apache.

Please PHP, can't you make cURL stable?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-22 10:23 UTC] kalle@php.net
-Status: Open +Status: Feedback
 [2015-06-22 10:23 UTC] kalle@php.net
Does this  also happen in any other versions, like 5.6.8 and 5.6.9? Does this also hang on CLI?
 [2015-07-05 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 14:01:30 2024 UTC