mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Missing ifdef here
Fixes bug 60811
This commit is contained in:
parent
cbdfc93154
commit
a5c3078c3f
@ -1171,7 +1171,9 @@ static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ *
|
||||
{
|
||||
char *filename;
|
||||
int *error = (int *)arg;;
|
||||
#ifdef HAVE_GLOB
|
||||
glob_t g;
|
||||
#endif
|
||||
int i;
|
||||
|
||||
if (!inc || !arg) return;
|
||||
|
Loading…
Reference in New Issue
Block a user