mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
BigEndian fix for ignore_user_abort. Use zend_bool to match OnUpdateBool
This commit is contained in:
parent
594a4da3e5
commit
d46d53a7bc
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ struct _php_core_globals {
|
|||
HashTable rfc1867_protected_variables;
|
||||
|
||||
short connection_status;
|
||||
short ignore_user_abort;
|
||||
zend_bool ignore_user_abort;
|
||||
|
||||
unsigned char header_is_being_sent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue