ID: 20085 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: Linux (żany?) PHP Version: 4.2.3 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [2002-10-25 09:36:02] [EMAIL PROTECTED] excuse me.. http://www.cegara.com/prueba.php ------------------------------------------------------------------------ [2002-10-25 09:35:01] [EMAIL PROTECTED] Try it online at http://www.cegara.com/pruebas.php Its an apache 1.3.37 on linux. The programs using this feature have worked flawlessly since PHP3.0.2, and suddenly broke down yesterday after the PHP4.2.2-PHP4.2.3 upgrade. ------------------------------------------------------------------------ [2002-10-25 09:31:14] [EMAIL PROTECTED] <form method=post action=myself.php> <input type="text" name="myTest[]"> <input type="text" name="myTest[]"> </form> <? echo "myTest[0] ->".$myTest[0]."<BR>\n"; echo "myTest[1] ->".$myTest[1]."<BR>\n"; ?> Try run the simple script, and you'll see. The array myTest contains parts of the values of the input fields, but not the complete values. Usually works once you type numbers as input. Weird. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20085&edit=1