php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64697 Cannot post hidden input after update PHP 5.3.24
Submitted: 2013-04-23 10:40 UTC Modified: 2013-04-27 06:38 UTC
From: barbuslex at yahoo dot fr Assigned:
Status: No Feedback Package: Output Control
PHP Version: 5.3.24 OS: Windows 2008 R2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-04-23 10:40 UTC] barbuslex at yahoo dot fr
Description:
------------
I upgrade my PHP v5.3.8 to v5.3.24.
Since updating my script no longer works.

An input variable POST it's the problem.

Form source code here : http://pastebin.com/N4XKSQjR

The line problem is the following (last line):
<input type="hidden" name="count_result" value="416">

On my PHP processing form page (traitement.php) i recover this field like this:
$count_result = $_POST['count_result'];

And i get this php error : 
> Notice: Undefined index count_result on line...

The script works without problems with PHP 5.3.8 but not with PHP 5.3.24.
Im using: Apache 2.2.21

Can anyone help me?
Thanks

Test script:
---------------
http://pastebin.com/N4XKSQjR

Expected result:
----------------
 

Actual result:
--------------
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-23 11:17 UTC] ab@php.net
The code is a bit tooo big, >4400 lines. Nevertheless that might be exactly the issue, did you try to increase max_input_vars? Read UPGRADING for more info.
 [2013-04-23 11:17 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2013-04-27 06:38 UTC] ab@php.net
-Status: Feedback +Status: No Feedback
 [2013-04-27 06:38 UTC] ab@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 "Re-Opened". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 07:01:29 2024 UTC