php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #54593 No 441 (request URI too long) issued.
Submitted: 2011-04-22 17:26 UTC Modified: 2013-02-18 00:34 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: sven at democopei dot de Assigned:
Status: No Feedback Package: HTTP related
PHP Version: 5.3.6 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-04-22 17:26 UTC] sven at democopei dot de
Description:
------------
Since yesterday PHP just throws large GET data away instead of issuing the error.

Test script:
---------------
<? echo $_GET['some_too_long_request'] ?>

Expected result:
----------------
Error 441: Request URI too long.

Actual result:
--------------
An empty document. No error log.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-04-22 20:33 UTC] dtajchreber@php.net
-Status: Open +Status: Feedback
 [2011-04-22 20:33 UTC] dtajchreber@php.net
Things don't just randomly change. Did you upgrade PHP? Did you upgrade your 
httpd? Did you change something? Need more information...
 [2011-04-23 15:53 UTC] sven at democopei dot de
-Status: Feedback +Status: Open
 [2011-04-23 15:53 UTC] sven at democopei dot de
If forgot to tell that the problem occurred after an update. php -v says:

PHP 5.3.6-6~dotdeb.0 with Suhosin-Patch (cli) (built: Apr 17 2011 12:27:20) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
    with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
 [2011-04-23 18:14 UTC] johannes@php.net
-Status: Open +Status: Feedback
 [2011-04-23 18:14 UTC] johannes@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

You are using a patched version of PHP (dotdeb + suhoshin patch) We have no control over the things in there. Please try with vanilla PHP. I also suspect this might be caused by the web server rather than PHP.
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot 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: Wed Apr 24 16:01:31 2024 UTC