php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11438 exec() system() don't work completely
Submitted: 2001-06-12 11:18 UTC Modified: 2001-06-12 12:31 UTC
From: flop dot m at usa dot net Assigned:
Status: Not a bug Package: Program Execution
PHP Version: 4.0 Latest CVS (2001-06-12) OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: flop dot m at usa dot net
New email:
PHP Version: OS:

 

 [2001-06-12 11:18 UTC] flop dot m at usa dot net
I've executed this script:

<?php
	exec("calc.exe");
?>

A new calc.exe process is started, but no window appears and IE keeps "opening" the script! I click on stop icon. The script is stopped, but the calc process is still there. I can't kill it, although I'm logged with Admin. privs.

Why is it impossible to run GUI apps ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-12 12:26 UTC] sniper@php.net
submitted 6 times. 1 time is enough!!

 [2001-06-12 12:31 UTC] flop dot m at usa dot net
sorry, there has been an outage this morning on php web site. The mail could not be used or something!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 10:01:28 2024 UTC