Re: [PHP-WIN] system, exec, passthru gehen nicht

2001-02-24 Thread Oliver Charlet
Hi, wir haben das gleiche Problem und sind damit soweit: läuft nur unter Windows/PHP4/DLL nicht. Als CGI läuft es (wir sind dabei, das CGI als Work Around parallel zur DLL zu betreiben) Falls Dir da was besseres einfällt, lass es uns wissen. Olli p.m.: Dieser BUG ist eine absolute Frechheit!

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

Re: [PHP-WIN] Problem with: exec(), system()

2001-02-24 Thread Oliver Charlet
hi, see the entry from 22.2.2001 from Markus. running PHP4 DLL stops the functions system(), passthru() and ecex() to work properly, because PHP4 DLL cannot fork threads! Olli "Johan Huhtalo" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I don´t kno