Re: [PHP] ignore_user_abort not working

2003-09-17 Thread Curt Zirzow
* Thus wrote Sid ([EMAIL PROTECTED]): > Sorry, a mistake on my part. The script continues to work, but > connection_aborted() does not detect if the host disconnected. It is all > acting very funny. I also kept witing the return from connection_status () > to a file and it keeps witing 0 to the fil

Re: [PHP] ignore_user_abort not working

2003-09-17 Thread Sid
- Original Message - From: "Sid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 17 September 2003 Wednesday 1:04 PM Subject: [PHP] ignore_user_abort not working > Hello, > > I am calling ignore_user_abort(true) in one of my scripts, but the script stops

[PHP] ignore_user_abort not working

2003-09-17 Thread Sid
Hello, I am calling ignore_user_abort(true) in one of my scripts, but the script stops just like it would if I did not call it. Any idea why it is not working? Thanks - Sid