Use better data structures (incomplete)

This commit is contained in:
Dmitry Stogov 2014-02-10 10:04:30 +04:00
parent 89a9acea1f
commit f4cfaf36e2
145 changed files with 21353 additions and 23867 deletions

View file

@ -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;