1
0
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:
Scott MacVicar
2007-06-12 13:42:32 +00:00
parent 06b4c66f02
commit 34d1d2eed0
+1
View File
@@ -364,6 +364,7 @@ PHP_FUNCTION(glob)
{
int cwd_skip = 0;
#ifdef ZTS
char cwd[MAXPATHLEN];
char work_pattern[MAXPATHLEN];
char *result;
#endif