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!
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
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