ID: 11825
Updated by: dbeu
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Function Specific
Operating system: 
PHP Version: 4.0.6
Assigned To: 
Comments:

fixed in cvs, thanks.

Previous Comments:
---------------------------------------------------------------------------

[2001-07-01 14:08:33] [EMAIL PROTECTED]

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



---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11825&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to