php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74427 ob_flush only work if I use localhost but does not work when I use ip address
Submitted: 2017-04-13 05:40 UTC Modified: 2017-04-13 05:51 UTC
From: emascarinas at gmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 7.0.17 OS: macOS Sierra
Private report: No CVE-ID: None
 [2017-04-13 05:40 UTC] emascarinas at gmail dot com
Description:
------------
....
ob_implicit_flush(true);
ob_end_flush();
....
foreach
...file_get_contents

So the code above works if I use localhost or 127.0.0.1 but when I use my ip address it will not work. I tried switching to Windows and it worked for both. So its only on macOS that its having the issue. 




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-13 05:51 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2017-04-13 05:51 UTC] requinix@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC