Date: 12/30/99
- Next message: ecroteau <email protected>: "[PHP-DEV] Bug #3071: < is desplayed when refresh button is clicked at the bottom of the page."
- Previous message: siroiss <email protected>: "[PHP-DEV] Bug #3070:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greetings,
Is there any reason why calling ignore_user_abort() does not reflect the
setting of the ignore_user_abort parameter in the php3.ini file? I
understand that after passing ignore_user_abort() a value it will reflect
my setting, however the first time it is called is there any reason it
always returns zero?
<?php printf("<BR>%s<BR>\n", ignore_user_abort()); ?>
This always returns zero, however phpinfo() returns a value of 1 for the
ignore_user_abort setting because I have the following line in my php3.ini
file:
ignore_user_abort = On
Thanks,
Matthew
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: ecroteau <email protected>: "[PHP-DEV] Bug #3071: < is desplayed when refresh button is clicked at the bottom of the page."
- Previous message: siroiss <email protected>: "[PHP-DEV] Bug #3070:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

