We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30acf5 commit 25159e0Copy full SHA for 25159e0
1 file changed
main/SAPI.h
@@ -134,13 +134,13 @@ typedef struct _sapi_globals_struct {
134
int64_t read_post_bytes;
135
bool post_read;
136
bool headers_sent;
137
+ bool sapi_started;
138
+ int options;
139
zend_stat_t global_stat;
140
char *default_mimetype;
141
char *default_charset;
142
HashTable *rfc1867_uploaded_files;
143
zend_long post_max_size;
- int options;
- bool sapi_started;
144
double global_request_time;
145
HashTable known_post_content_types;
146
zend_fcall_info_cache send_header_fcc;
0 commit comments