From: [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]