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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Thu Apr 18 06:01:28 2024 UTC