mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
BigEndian fix for ignore_user_abort. Use zend_bool to match OnUpdateBool
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user