php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23389 System hang on Remote Inlcude with GET variables
Submitted: 2003-04-28 13:46 UTC Modified: 2003-05-09 07:41 UTC
From: greg at tidalflow dot co dot uk Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.3.1 OS: Windows XP Professional
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: greg at tidalflow dot co dot uk
New email:
PHP Version: OS:

 

 [2003-04-28 13:46 UTC] greg at tidalflow dot co dot uk
Using Apache Server Version 2.0.45 and PHP 4.3.1. on Windows XP Professional

If i use an include command with a get string appended to the end such as;

include("xxx.php?var1=blah&var2=blah2");

And the include is hosted on a server other than that of the hosted document. Windows hangs, periodically for 5 seconds, then unfreezes for 5 seconds. After the maximum script execution time, the system unfreezes, however the external internet connection no longer functions?!?!

This only happens when using GET variables with the include request. Also it doesn't happen if READFILE is used instead of INCLUDE...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-28 15:57 UTC] wez@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Possible duplicate of #23340 which was fixed earlier today.
 [2003-05-09 07:41 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC