php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11417 exec() system() don't work completely
Submitted: 2001-06-12 03:49 UTC Modified: 2001-06-12 12:21 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-07) 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 03:49 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:21 UTC] sniper@php.net
submitted 5 times
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 09:01:29 2024 UTC