From: barbuslex at yahoo dot fr Operating system: Windows 2008 R2 PHP version: 5.3.24 Package: Output Control Bug Type: Bug Bug description:Cannot post hidden input after update PHP 5.3.24
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 bug report at https://bugs.php.net/bug.php?id=64697&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=64697&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=64697&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=64697&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=64697&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=64697&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=64697&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=64697&r=needscript Try newer version: https://bugs.php.net/fix.php?id=64697&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=64697&r=support Expected behavior: https://bugs.php.net/fix.php?id=64697&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=64697&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=64697&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=64697&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64697&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=64697&r=dst IIS Stability: https://bugs.php.net/fix.php?id=64697&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=64697&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=64697&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=64697&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=64697&r=mysqlcfg