| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
  [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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 08:00:01 2025 UTC | 
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