mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Kill a few more warnings
This commit is contained in:
parent
2ca6f26918
commit
5610e348ec
1 changed files with 2 additions and 0 deletions
|
@ -347,8 +347,10 @@ PHP_FUNCTION(glob)
|
|||
{
|
||||
char cwd[MAXPATHLEN];
|
||||
int cwd_skip = 0;
|
||||
#ifdef ZTS
|
||||
char work_pattern[MAXPATHLEN];
|
||||
char *result;
|
||||
#endif
|
||||
char *pattern = NULL;
|
||||
int pattern_len;
|
||||
long flags = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue