Date: 10/31/99
- Next message: Bug Database: "[PHP-DEV] Bug #2458 Updated: Added functionality for echo()"
- Previous message: Sascha Schumann: "[PHP-DEV] cvs: /php3/functions mcrypt.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: shearer <email protected>
Operating system: NT 4.0 Server
PHP version: 4.0 Beta 2
PHP Bug Type: Misbehaving function
Bug description: System(), Exec() and Passthru() are unable to fork process
Using NT 4.0 Server and IIS 4.0, I am unable to get the functions System(), Exec() and Passthru() to start the command that is passes to the function as an argument.
Example: Mytest.exe is on the root of the c: drive.
system("c:\\Mytest.exe");
Gives the following message:
Warning: Unable to fork [c:\Mytest.exe]
The same result are displayed when I use Exec() and Passthru()
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #2458 Updated: Added functionality for echo()"
- Previous message: Sascha Schumann: "[PHP-DEV] cvs: /php3/functions mcrypt.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

