| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2006-02-21 10:05 UTC] bjori@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 08:00:01 2025 UTC | 
Description: ------------ problem with file_get_contents, fread an stream_get_content on windows all works fine, but on linux not work :( Reproduce code: --------------- <? echo file_get_contents("http://127.0.0.1/somedir/somefile.php"); // result: blank or fatall error 0 echo file_get_contents("http://mydomain.lv/somedir/somefile.php"); //all works fine echo file_get_contents("http://localhost/somedir/somefile.php"); //all works fine ?>