mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +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];
|
char cwd[MAXPATHLEN];
|
||||||
int cwd_skip = 0;
|
int cwd_skip = 0;
|
||||||
|
#ifdef ZTS
|
||||||
char work_pattern[MAXPATHLEN];
|
char work_pattern[MAXPATHLEN];
|
||||||
char *result;
|
char *result;
|
||||||
|
#endif
|
||||||
char *pattern = NULL;
|
char *pattern = NULL;
|
||||||
int pattern_len;
|
int pattern_len;
|
||||||
long flags = 0;
|
long flags = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue