1
0
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:
Sara Golemon
2018-01-23 08:46:38 -05:00
parent 594a4da3e5
commit d46d53a7bc
+1 -1
View File
@@ -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;