[PHP-WIN] Error: text/html Content-Length

2001-11-14 Thread Markus Weber
Hi, does anybody know whtat this error message mean ? HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 14 Nov 2001 08:49:34 GMT Content-Type: text/html Content-Length: 44 -2147417842 (0x8001010e) In my script I used the HEREDOC syntax: echo <

[PHP-WIN] Re: Error: text/html Content-Length

2001-11-16 Thread Markus Weber
But now the browser output is like this: --- Untitled Document Test Script von Markus Weber (No.=199)Und jetzt nochmal die Nummer = 199 HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Thu, 15 Nov 2001 01:54:38 GMT Content-Type: text/html

[PHP-WIN] Re: IIS 5.1 weird problem - please help

2001-10-08 Thread Markus Weber
Hi, I think there´s something wrong with your config. I´am working with ISAPI.DLL and PHP4.0.6 and it works very good & fast. I had one time the same that the logos from the phpinfo() site were not loaded. Check your configuration - specially NTFS- & webserver-Permissions for PHP directory (where

[PHP-WIN] using exec on WIMP

2002-10-01 Thread MWCT - Markus Weber
logs.log". When I type in this string via command line the execution is successful. As I learned from the online documentation on php.net is that on LINUX systems something like "2>1&" or ">/dev/null" will help - but not on Windows. Any ideas ? regards, Mar

[PHP-WIN] exec() on WIMP systems

2002-10-02 Thread MWCT - Markus Weber
logs.log". When I type in this string via command line the execution is successful. As I learned from the online documentation on php.net is that on LINUX systems something like "2>1&" or ">/dev/null" will help - but not on Windows. Any ideas ? regards, Mar

[PHP-WIN] Re: using exec on WIMP

2002-10-02 Thread MWCT - Markus Weber
Hi, thank you very much for help. I will try this solution. Do you believe there is still a way to use the exec() function of PHP ? regards, markus weber "J Wynia" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Mwct -

[PHP-WIN] Re: note 25599 rejected from function.exec by betz

2002-10-02 Thread MWCT - Markus Weber
until the mysql process has finished. Does anybody know how I can run the exec() command totally in the background on a WIMP system ? (I tried a lot with "2>1&" and "cmd/c" etc.) -- Please read this from [EMAIL PROTECTED]: Mwct -

[PHP-WIN] Re: using exec on WIMP

2002-10-03 Thread MWCT - Markus Weber
getenv("COMSPEC").' /c c:\mysql\bin\mysql.exe < E:/Inetpub/wwwroot/update/load_logs.sql > E:/Inetpub/wwwroot/update/load_logs.log'; win_exec($command, 2, "0"); kind regards, Markus Weber = "J Wy