Hi all,
i have PHP 3.0.12 running on Linux/Apache 1.3.9 platform
My problem is ignore_user_abort function.
As described in documentatuion if i put in the beginning of my script
set_time_limit(0); //no time limit
ignore_user_abort(0);
the script should terminate when user hits Stop button or leaves the page, but this 
does not happen, instead the script keeps on
working.
Anyone has any ideas?

Plamen Slavov



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to