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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: duncanmadcow at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC