php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20289 Delete $HTTP_GET_VARS on ob_start
Submitted: 2002-11-06 12:04 UTC Modified: 2002-11-21 17:12 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: jtaal at math dot leidenuniv dot nl Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 4.2.2 OS: win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
9 + 11 = ?
Subscribe to this entry?

 
 [2002-11-06 12:04 UTC] jtaal at math dot leidenuniv dot nl
I have certain reasons to believe that the function ob_start deletes some data from $HTTP_GET_VARS. At least that's what I think it is
if I place a var_dump after ob_start sometimes data is missing. This time I had something like this:

?mode=manage&submode=del_user&user_id=8

But when The var_dump was executed it only contained mode.
If I commented the call to ob_start then submode and user_id weren't ommited
Mostly strange is that when I change one letter like submode=del_users It suddenly works again...

Strange


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-06 15:09 UTC] jtaal at math dot leidenuniv dot nl
The question I asked becomes more specific.
I discovered that when I use a switch: switch($submode)
and in the switch exists a case "del_user": then data is deleted from $_GET or $HTTP_GET_VARS, but when I change it to case "del_user_tmp": or something different... It doesnt work anymore
 [2002-11-06 15:27 UTC] jtaal at math dot leidenuniv dot nl
I get this directly from the function phpinfo()

_ENV["QUERY_STRING"] mode=manage_sections  
_ENV["REQUEST_URI"] /leden/bijwerken/bijwerken.php?mode=manage_sections&submode=del_section_d&del_name=CAO  


strange It seems that the query string isn't correct
 [2002-11-07 16:47 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-11-21 17:12 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 Apr 19 12:01:27 2024 UTC