|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-27 04:15 UTC] derick@php.net
[2001-04-28 16:04 UTC] derick@php.net
[2001-05-24 03:01 UTC] ommadawn at club-internet dot fr
[2001-05-24 15:31 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
$r = exec("D:\blah\CGI-Bin\gen_mi.exe ".trim($cmd), $result); print $result[0]; It works fine with php3 but not with php4.0 .. 4.2 (win32) it returns nothing. Same problem with system command