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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 + 1 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 19 06:01:29 2024 UTC