|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2006-04-19 09:41 UTC] tony2001@php.net
  [2006-04-19 10:12 UTC] ecarpenter at itex dot co dot za
  [2006-04-19 10:20 UTC] tony2001@php.net
  [2006-04-19 11:04 UTC] ecarpenter at itex dot co dot za
  [2006-04-19 11:06 UTC] tony2001@php.net
  [2006-04-19 14:13 UTC] ecarpenter at itex dot co dot za
  [2006-04-26 11:12 UTC] dmitry@php.net
  [2006-04-26 11:28 UTC] ecarpenter at itex dot co dot za
  [2006-06-20 15:07 UTC] tony2001@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 05:00:02 2025 UTC | 
Description: ------------ If PHP is running in FastCGI mode and the php script, test.php, is being executed. The readfile() statement never returns. Note that both scripts are on the same server! This above was test was done running php as an apache module (mod_php) and works 100%. Reproduce code: --------------- <? //file test.php readfile("http://localhost/info.php"); ?> <? //info.php phpinfo(); ?> Expected result: ---------------- The result generated by phpinfo() in info.php should be returned to test.php. test.php should then echo the result and should be displayed in the callee's browser Actual result: -------------- Http Error 500