mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Fix ZTS build
This commit is contained in:
@@ -364,6 +364,7 @@ PHP_FUNCTION(glob)
|
||||
{
|
||||
int cwd_skip = 0;
|
||||
#ifdef ZTS
|
||||
char cwd[MAXPATHLEN];
|
||||
char work_pattern[MAXPATHLEN];
|
||||
char *result;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user