]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1'
authorXinchen Hui <laruence@gmail.com>
Mon, 10 Apr 2017 06:49:13 +0000 (14:49 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 10 Apr 2017 06:49:13 +0000 (14:49 +0800)
* PHP-7.1:
  Fixed condition check
  Fixed condition check
  another place

Conflicts:
ext/mcrypt/mcrypt.c

1  2 
ext/standard/dl.c
ext/standard/html.c
ext/standard/password.c
ext/standard/php_crypt_r.c
ext/standard/random.c
main/fopen_wrappers.c
main/php.h
main/streams/plain_wrapper.c
sapi/phpdbg/phpdbg_prompt.c

Simple merge
Simple merge
index d814757d9536de4587cddc7cef19fbb4a893ba84,58f06f81f82b1361a5eceeddb988eb25ab6bc06b..2d04badd1b08708c2cbc2cca94ede7ccc4db9347
  #include "zend_interfaces.h"
  #include "info.h"
  #include "php_random.h"
 +#if HAVE_ARGON2LIB
 +#include "argon2.h"
 +#endif
  
- #if PHP_WIN32
+ #ifdef PHP_WIN32
  #include "win32/winutil.h"
  #endif
  
Simple merge
Simple merge
Simple merge
diff --cc main/php.h
Simple merge
Simple merge
Simple merge