[PHP-DEV] PHP 4.0 Bug #9371: system() give unable to fork error From: connolk <email protected>
Date: 02/21/01

From: connolk <email protected>
Operating system: Win2K
PHP version: 4.0.4pl1
PHP Bug Type: Unknown/Other Function
Bug description: system() give unable to fork error

I am running an apache server, which hosts my php pages, on win2k. I am trying to use the system command for some PGP encryption stuff but am getting an "unable to fork" error! For testing I have created the following script:
<?
system("C:\\notepad.exe");
?>
NOTE: I have copied notepad.exe over to the root directory.
I am running PHP 4.0.5.

-- 
Edit Bug report at: http://bugs.php.net/?id=9371&edit=1

-- 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>