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
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: 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: Sun May 05 09:01:30 2024 UTC