ID:               30650
 Updated by:       [EMAIL PROTECTED]
 Reported By:      eslick dot 1 at osu dot edu
-Status:           Open
+Status:           Feedback
 Bug Type:         Program Execution
 Operating System: win32 only
 PHP Version:      4.3.9
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




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

[2004-11-01 14:02:01] eslick dot 1 at osu dot edu

Description:
------------
Running php4.3.9 on IIS 6 Win2k3.  Same issue reproducable on Linux
Apache set.  Any *nix based client is able to correctly run a
shell_exec script and receive full output.  Any windows based client,
regardless of browser, fails with only a partial set of the data
returned.

Reproduce code:
---------------
$t_cmd = "netsh dhcp server 10.1.1.1 dump";




$output = shell_exec($t_cmd) or die ("could not get dhcp");



$output = explode("\n",$output);



print_r($output);

Expected result:
----------------
Array of entire dhcp dump.  Does work from *nix based clients.

Actual result:
--------------
Only first 3-4 parts of array are returned on Windows based clients 


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


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

Reply via email to