php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13192 PHP fails to execute programs
Submitted: 2001-09-07 10:26 UTC Modified: 2001-11-11 12:17 UTC
From: nick at tf dot kharkov dot net Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.6 OS: NT server 4.0 sp 6a
Private report: No CVE-ID: None
 [2001-09-07 10:26 UTC] nick at tf dot kharkov dot net
In the ISAPI mode PHP constantly fails to execute
external programs throught any function (systemm, exec etc.)
i.e.
<?php
 echo `dir `;
?>
result:
Warning: Unable to execute 'dir ' in C:\InetPub\wwwroot\t4.php on line 10
PHP has encountered an Access Violation at 77F6754B

sometimes it says "Unable to fork", or "unable to execute".
P.S. in the CGI mode PHP just silently does nothing.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-11 12:17 UTC] sander@php.net
This is a known bug in 4.0.6 and is fixed in CVS. If you don't want to wait for 4.1.0 you can get a developmentversion from http://php-dev-win.dhs.org or http://www.php4win.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 16:01:29 2024 UTC