From f2c64624b2a6d71abde7224bdfe984ea91976c46 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 11 Jan 2010 05:04:12 +0000 Subject: [PATCH] Fix build, use instead of git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293384 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/feof.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/feof.xml b/reference/filesystem/functions/feof.xml index cb5f0fae64..f9e91c9deb 100644 --- a/reference/filesystem/functions/feof.xml +++ b/reference/filesystem/functions/feof.xml @@ -42,7 +42,7 @@ &reftitle.notes; - + If a connection opened by fsockopen wasn't closed by the server, feof will hang. To workaround this, see below example: @@ -70,7 +70,7 @@ while(!safe_feof($fp, $start) && (microtime(true) - $start) < $timeout) ]]> - +