php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11825 system() not working under W2K!!!
Submitted: 2001-07-01 14:08 UTC Modified: 2001-07-02 00:12 UTC
From: chris777 at gmx dot net Assigned:
Status: Closed Package: Program Execution
PHP Version: 4.0.6 OS: Win2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chris777 at gmx dot net
New email:
PHP Version: OS:

 

 [2001-07-01 14:08 UTC] chris777 at gmx dot net
The function "system()" in PHP 4.0.6 does not work anymore under W2K! (I suppose under other Windows systems too).
As soon as I install PHP 4.0.5 everything works fine again.
Please check this!!! Thanks!

My config:
- Win2000
- Apache Server 1.3.20
- PHP 4.0.6 installed as module on Apache 
- Zend Optimizer active

My test:
<?
$cmd = "net view > test.txt";
system($cmd);
?>

Chris


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-01 16:10 UTC] dbeu@php.net
fixed in cvs, thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC