php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4971 exec(), system() do not execute programs successfully
Submitted: 2000-06-12 06:39 UTC Modified: 2000-08-19 12:19 UTC
From: cybrzero at mediaone dot net Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.0 Release OS: win98
Private report: No CVE-ID: None
 [2000-06-12 06:39 UTC] cybrzero at mediaone dot net
The problem occurs with any exec() operation, e.g.:
exec("echo text");

Scripts with an exec() call hang the webserver, which needs to be ctrl-alt-deleted and started up again.  No error messages are given.

I'm running the release version of PHP4, Xitami webserver, win98.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-31 15:56 UTC] waldschrott@php.net
could you try this with the latest version 4.0.1pl2, perhaps this problem is related to another already known problem...
 [2000-08-01 04:35 UTC] andi@php.net
This seems to work with me in CGI mode (are you using CGI or ISAPI?). Please try the latest snapshot or CVS version and let us know if it has been fixed.
 [2000-08-19 12:19 UTC] joey@php.net
Closing, no feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 05:01:31 2024 UTC