php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13222 system does not seem to work on 98
Submitted: 2001-09-10 02:10 UTC Modified: 2001-10-08 08:57 UTC
From: duncanmadcow at hotmail dot com Assigned:
Status: Closed Package: Program Execution
PHP Version: 4.0.6 OS: windows 98
Private report: No CVE-ID: None
 [2001-09-10 02:10 UTC] duncanmadcow at hotmail dot com
<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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-10 05:14 UTC] derick@php.net
Are you sure you are using 4.0.6?

Derick
 [2001-09-10 17:15 UTC] sniper@php.net
IIRC, there were some more fixes for this applied
after the release of 4.0.6. Please try the development
build from http://www.php4win.de/
 [2001-10-08 08:57 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC