From: [EMAIL PROTECTED]
Operating system: windows 98
PHP version: 4.0.6
PHP Bug Type: Unknown/Other Function
Bug description: system does not seem to work on 98
<html>
<head>
<title>dir test</title>
</head>
<body>
<?php
$str=`dir c:`;
?>
<pre>
<?php
echo $str;
?>
</pre>
</body>
</html>
I have written the following code and it reports the following error :-
Warning: Unable to fork [dir c:] in
d:\scripts\test\php\pasconner\systemtest.php on line
--
Edit bug report at: http://bugs.php.net/?id=13222&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]