system() call hangs
From: PHP fan - msn (public.yanning_at_covad.net)
Date: 10/30/04
- Next message: Wes S.: "Re: [SQL]"
- Previous message: Wes S.: "Re: [SQL]"
- Next in thread: J.O. Aho: "Re: system() call hangs"
- Reply: J.O. Aho: "Re: system() call hangs"
- Reply: Duyet The Vo: "Re: system() call hangs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Oct 2004 17:11:49 -0700
On my xp system, I am using Apache/php. the following (seamly simple system
call), hangs the browser (long time w no response, and I have to close
browser to end):
<?php
chdir("c:\tmp"); // directory is valid
print "testing..."; // so far so good
system("dir"); // hangggggg
?>
The same codes runs well on linux, win2k machines.
Did I missed something here? Please help.
Tom
- Next message: Wes S.: "Re: [SQL]"
- Previous message: Wes S.: "Re: [SQL]"
- Next in thread: J.O. Aho: "Re: system() call hangs"
- Reply: J.O. Aho: "Re: system() call hangs"
- Reply: Duyet The Vo: "Re: system() call hangs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|