mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use better data structures (incomplete)
This commit is contained in:
parent
89a9acea1f
commit
f4cfaf36e2
145 changed files with 21353 additions and 23867 deletions
|
@ -132,7 +132,7 @@ typedef struct _sapi_globals_struct {
|
|||
zend_bool sapi_started;
|
||||
double global_request_time;
|
||||
HashTable known_post_content_types;
|
||||
zval *callback_func;
|
||||
zval callback_func;
|
||||
zend_fcall_info_cache fci_cache;
|
||||
zend_bool callback_run;
|
||||
} sapi_globals_struct;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue