php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #52092 file_get_contents has timeout
Submitted: 2010-06-16 11:17 UTC Modified: 2010-09-22 03:48 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: pavel dot dohnal at twobits dot cz Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
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: pavel dot dohnal at twobits dot cz
New email:
PHP Version: OS:

 

 [2010-06-16 11:17 UTC] pavel dot dohnal at twobits dot cz
Description:
------------
Function file_get_contents can finish with timeout. Return value is FALSE in that 
case. Could you please add this behaviour as warning into documentation page of 
file_get_contents?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-22 03:48 UTC] cataphract@php.net
-Status: Open +Status: Wont fix
 [2010-09-22 03:48 UTC] cataphract@php.net
If it times out, it's a failure, and is then covered by the phrase in the "return value" section:

"The function returns the read data or FALSE on failure."
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 13:01:27 2024 UTC