php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11415 exec() system() don't work completely
Submitted: 2001-06-12 03:32 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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:32 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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 23:01:26 2024 UTC