From:             [EMAIL PROTECTED]
Operating system: Win2000
PHP version:      4.0.6
PHP Bug Type:     *Function Specific
Bug description:  system() not working under W2K!!!

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




-- 
Edit Bug report at: http://bugs.php.net/?id=11825&edit=1



-- 
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