mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
initialize values
This commit is contained in:
parent
6c8312fa03
commit
1e7a23a376
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ int php_embed_init(int argc, char **argv PTSRMLS_DC)
|
|||
{
|
||||
zend_llist global_vars;
|
||||
#ifdef ZTS
|
||||
sapi_globals_struct *sapi_globals;
|
||||
void ***tsrm_ls;
|
||||
sapi_globals_struct *sapi_globals = NULL;
|
||||
void ***tsrm_ls = NULL;
|
||||
#endif
|
||||
int ini_entries_len = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue