summaryrefslogtreecommitdiff
path: root/sapi/embed
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/embed')
-rw-r--r--sapi/embed/php_embed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c
index e1b08099df..fcf0b158d5 100644
--- a/sapi/embed/php_embed.c
+++ b/sapi/embed/php_embed.c
@@ -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;