ID:               32975
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gilthans at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Directory function related
 Operating System: Windows XP IIS
 PHP Version:      4.3.11
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2005-05-08 03:30:24] gilthans at gmail dot com

Description:
------------
The 'include' function ignores the query string, and seems to think it
is part of the filename, thus, when I attempt to include a file with a
query string included, it says the file does not exist. When the query
string is removed, it works.

Reproduce code:
---------------
include('somepage.php'); //Works fine
include('somepage.php?banner=1'); //Doesn't work

Expected result:
----------------
Inclusion of the file, with the url recieving the query string
normally.

Actual result:
--------------
It will output a "cannot find file or directory" warning.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32975&edit=1

Reply via email to