diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-04-10 14:49:13 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-04-10 14:49:13 +0800 |
commit | 696bd37e6757d77dc7ed44f3ea6451944ebaba96 (patch) | |
tree | 94fcb38264a7103e7fc5892d155006c5306da68b /ext/bcmath | |
parent | 4e9f0a80b9748c03e7bae6339ec051b815f5a569 (diff) | |
parent | 9398f15efd58899df21f5e0cf032b8881fe71f3f (diff) | |
download | php-git-696bd37e6757d77dc7ed44f3ea6451944ebaba96.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed condition check
Fixed condition check
another place
Conflicts:
ext/mcrypt/mcrypt.c
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/libbcmath/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index cc29a15f95..100163d383 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -1,4 +1,4 @@ -#if PHP_WIN32 +#ifdef PHP_WIN32 #include "../../../../main/config.w32.h" #else #include <php_config.h> |