|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-28 18:17 UTC] lyric@php.net
[2001-01-03 11:11 UTC] derick@php.net
[2001-04-27 19:42 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 14:00:01 2025 UTC |
<?php print `echo hello world`; ?> I have tried exec, backticks, system, passthru, and they all do not work. When running the CGI version, there is no message displayed. When running the isapi version, I get the error message "Warning: Unable to fork [echo hello world] in c:\inetpub\wwwroot\horus.atlantic.net\test.php on line 3". It seems that this has been going on for a while now. "CreateProcess" is a very simple Windows API call. If PHP is going to beat ASP, this needs to be resolved.