Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed condition check
  Fixed condition check
  another place

Conflicts:
	ext/mcrypt/mcrypt.c
This commit is contained in:
Xinchen Hui 2017-04-10 14:49:13 +08:00
commit 696bd37e67
17 changed files with 23 additions and 23 deletions

View file

@ -323,7 +323,7 @@ END_EXTERN_C()
#define STR_PRINT(str) ((str)?(str):"")
#ifndef MAXPATHLEN
# if PHP_WIN32
# ifdef PHP_WIN32
# include "win32/ioutil.h"
# define MAXPATHLEN PHP_WIN32_IOUTIL_MAXPATHLEN
# elif PATH_MAX