Skip to content

Commit 67beaeb

Browse files
committed
reduce the struct size by 8 byte on x64
1 parent e251ecb commit 67beaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_output.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ typedef struct _php_output_handler {
143143
} php_output_handler;
144144

145145
ZEND_BEGIN_MODULE_GLOBALS(output)
146-
int flags;
147146
zend_stack handlers;
148147
php_output_handler *active;
149148
php_output_handler *running;
150149
const char *output_start_filename;
151150
int output_start_lineno;
151+
int flags;
152152
ZEND_END_MODULE_GLOBALS(output)
153153

154154
/* there should not be a need to use OG() from outside of output.c */

0 commit comments

Comments
 (0)