ID:               20085
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         *General Issues
 Operating System: Linux (żany?)
 PHP Version:      4.2.3
 New Comment:

No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2002-10-25 09:38:10] [EMAIL PROTECTED]

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



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

[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

Reply via email to