php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40997 cURL hangs the script
Submitted: 2007-04-04 18:51 UTC Modified: 2007-04-04 19:03 UTC
From: kolypto at mail dot ru Assigned:
Status: Not a bug Package: *Network Functions
PHP Version: 5.2.1 OS: WIndows XP SP2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kolypto at mail dot ru
New email:
PHP Version: OS:

 

 [2007-04-04 18:51 UTC] kolypto at mail dot ru
Description:
------------
I've passed a CURLOPT twice, and the script has hanged

Reproduce code:
---------------
$ch=curl_init('http://myip.ru/');
curl_setopt($ch, CURLOPT_TIMEOUT,3);
curl_setopt($ch, CURLOPT_NOBODY,1);
curl_setopt($ch, CURLOPT_NOBODY,0);
curl_exec($ch);

Expected result:
----------------
the page contents

Actual result:
--------------
it hangs the script for 3 seconds, the cURL says "timeout"

Patches

PatchSolutionBUG40997 (last revision 2012-10-13 00:05 UTC by jrsk2009 at hotmail dot com)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-04 19:03 UTC] tony2001@php.net
Not PHP problem.
Please report it to cURL developers.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Nov 24 07:02:12 2024 UTC