ID: 37385 User updated by: waitman at waitman dot net Reported By: waitman at waitman dot net Status: Open Bug Type: Variables related Operating System: Linux PHP Version: 5.1.4 New Comment:
OOPS actual and expected should be reversed. sorry about that. Waitman Previous Comments: ------------------------------------------------------------------------ [2006-05-09 18:44:35] waitman at waitman dot net Description: ------------ $_REQUEST['i'] is always equal to 10 tested on 5.1.2 and 5.1.4 noticed this over SSL/https connection. Reproduce code: --------------- <?php echo $_REQUEST['i'].'<br /> '.$_GET['i'].'<br /> '; ?> Expected result: ---------------- http://example.com/test.php?i=43 10 43 Actual result: -------------- http://example.com/test.php?i=43 43 43 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37385&edit=1