ID:               39255
 User updated by:  PK at KoffieHosting dot com
 Reported By:      PK at KoffieHosting dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: ISS 6.0
 PHP Version:      5.1.6
 New Comment:

Unfortunately I can not upgrade that server.


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

[2006-10-25 14:49:49] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



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

[2006-10-25 14:47:59] PK at KoffieHosting dot com

Description:
------------
FastCGI (PHP5) on ISS 6.0: the foreach only shows the last item.

Reproduce code:
---------------
foreach ($_POST['Boxes'] as $Key => $Value);
{
echo '['.$Key.'] => '.$Value;
}

Note that this does work 100%:

while (list($What, $Amount) = each($_POST['Boxes']))
{
echo '['.$Key.'] => '.$Value;
}

Expected result:
----------------
     [4] => 0 
     [2] => 0 
     [3] => 1
     [6] => 0
     [1] => 0
     [5] => 0

Actual result:
--------------
     [5] => 0


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


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

Reply via email to