Kill a few more warnings

This commit is contained in:
Rasmus Lerdorf 2002-10-04 18:03:29 +00:00
parent 2ca6f26918
commit 5610e348ec

View file

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