From: Xinchen Hui Date: Mon, 19 May 2014 02:26:10 +0000 (+0800) Subject: This should be this (broken compiling before) X-Git-Tag: POST_PHPNG_MERGE~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2d1ace1b4be65154209808e84a9aa317ca5c1bd;p=php This should be this (broken compiling before) --- diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 2c2b0fa555..3366985279 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -121,7 +121,7 @@ static void ps_files_close(ps_files *data) static void ps_files_open(ps_files *data, const char *key TSRMLS_DC) { char buf[MAXPATHLEN]; -#ifdef O_NOFOLLOW +#if !defined(O_NOFOLLOW) || !defined(PHP_WIN32) struct stat sbuf; #endif