Open GoogleCodeExporter opened 9 years ago
In PHP bug 44942 there is a comment by claudix with a supposedly workaround fix
by making calls to session_start() and session_write_close(), and using
proc_open/proc_close functions instead of system().
Original comment by czarek.t...@gmail.com
on 3 Oct 2014 at 5:09
[deleted comment]
A FINAL SOLUTION TO THIS ISSUE. Use a command like this: "echo | command...".
For example:
$output = shell_exec("echo | {$_ENV['SYSTEMROOT']}\System32\wbem\wmic.exe path win32_computersystemproduct get uuid");
if ($output) echo "Command succeeded. Output=".$output;
else echo "Command failed.";
Original comment by czarek.t...@gmail.com
on 4 Oct 2014 at 6:30
[deleted comment]
[deleted comment]
Original comment by czarek.t...@gmail.com
on 21 Oct 2014 at 10:40
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/phpdesktop/issues/124
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 3:31
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 3 Oct 2014 at 3:56