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
 [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 01:01:30 2024 UTC