Re: [PHP-WIN] Pipe problem on php4.0.4...

2001-02-26 Thread Sam
Hi, Thanks for your answer, and of course I'm sure that windows/PHP4/DLL can't fork threads, so I use windows/PHP4/CGI mode to run my program, as I said, it's work under PHP4.0.3 but PHP4.0.4 or later are not. You may try it !! > probably it is the system(), passthru(), exec() Problem. Thes

Re: [PHP-WIN] Pipe problem on php4.0.4...

2001-02-24 Thread Oliver Charlet
probably it is the system(), passthru(), exec() Problem. These Functions don't work under windows/PHP4/DLL, because the dll cannot fork threads. It works running PHP4 as a CGI. Olli ""PHP"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 9728t9$r88$[EMAIL PROTECTED]">news:9728t9$r88$[EMAIL PROTECTED

[PHP-WIN] Pipe problem on php4.0.4...

2001-02-21 Thread PHP
Hi, I found that php4.0.4 or later version on Windows IIS can't use pipe function any more, and I don't know whether it is a bug because I can still use pipe function to run a program under php 4.0.3pl1. Do I make any mistake in configuration ?? Sam Kuo. -- PHP Windows Mailing List (ht