Edit report at https://bugs.php.net/bug.php?id=64697&edit=1

 ID:                 64697
 Updated by:         a...@php.net
 Reported by:        barbuslex at yahoo dot fr
 Summary:            Cannot post hidden input after update PHP 5.3.24
-Status:             Feedback
+Status:             No Feedback
 Type:               Bug
 Package:            Output Control
 Operating System:   Windows 2008 R2
 PHP Version:        5.3.24
 Block user comment: N
 Private report:     N

 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------
[2013-04-23 11:17:27] a...@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 10:40:13] 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:
--------------
 


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



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

Reply via email to