[vcvarsall.bat] Environment initialized for: 'x64'

C:\build\d7537663>call phpize  2>&1 
Rebuilding configure.js
C:\build\d7537663\php-dev
module ... 
Now run 'configure --help'
Saving configure options to config.nice.bat
Checking for cl.exe ...  <in default path>
  Detected compiler Visual C++ 2017
  Detected 64-bit compiler
Checking for link.exe ...  <in default path>
Checking for nmake.exe ...  <in default path>
Checking for lib.exe ...  <in default path>
Checking for bison.exe ...  <in default path>
  Detected bison version 3.3.2
Checking for sed.exe ...  <in default path>
Checking for re2c.exe ...  <in default path>
  Detected re2c version 1.1.1
Checking for zip.exe ...  <in default path>
Checking for lemon.exe ...  <in default path>
Checking for 7za.exe ...  <in default path>
Checking for mc.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64
Checking for mt.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64

Build dir: C:\build\d7537663\x64\Release_TS
PHP Core:  php7ts.dll and php7ts.lib

Enabling extension C:\build\d7537663 [shared]

Creating build dirs...
Generating files...
Generating Makefile
Generating main/config.pickle.h
Generating pickle deps
Done.



Enabled extensions:
----------------------
| Extension | Mode   |
----------------------
| redis     | shared |
----------------------


---------------------------------------
|                   |                 |
---------------------------------------
| Build type        | Release         |
| Thread Safety     | Yes             |
| Compiler          | Visual C++ 2017 |
| Architecture      | x64             |
| Optimization      | PGO disabled    |
| Native intrinsics | SSE2            |
| Static analyzer   | disabled        |
---------------------------------------


Type 'nmake' to build PHP
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\backoff.c /FoC:\build\d7537663\x64\Release_TS\\backoff.obj
backoff.c
C:\build\d7537663\backoff.c(36): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
C:\build\d7537663\backoff.c(42): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
C:\build\d7537663\backoff.c(49): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\cluster_library.c /FoC:\build\d7537663\x64\Release_TS\\cluster_library.obj
cluster_library.c
C:\build\d7537663\cluster_library.c(154): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(230): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(419): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(434): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(455): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(529): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(537): warning C4013: 'gettimeofday' undefined; assuming extern returning int
C:\build\d7537663\cluster_library.c(554): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(583): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(639): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(703): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(986): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1001): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1047): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\cluster_library.c(1050): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\cluster_library.c(1057): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1141): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1190): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1549): warning C4244: '=': conversion from '__int64' to 'long', possible loss of data
C:\build\d7537663\cluster_library.c(1640): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1681): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1687): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1692): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1710): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(1755): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1757): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1758): warning C4098: 'cluster_hrandfield_resp': 'void' function returning a value
C:\build\d7537663\cluster_library.c(1769): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1815): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1824): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1838): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1840): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1851): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1860): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(1862): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(2218): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(2302): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2346): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2371): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2397): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2421): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2441): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(2443): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2443): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\cluster_library.c(2463): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2481): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\cluster_library.c(2498): warning C4244: 'function': conversion from '__int64' to 'long', possible loss of data
C:\build\d7537663\cluster_library.c(2965): warning C4018: '<': signed/unsigned mismatch
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\library.c /FoC:\build\d7537663\x64\Release_TS\\library.obj
library.c
C:\build\d7537663\library.c(312): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(358): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\library.c(367): warning C4013: 'usleep' undefined; assuming extern returning int
C:\build\d7537663\library.c(416): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(465): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(467): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(735): warning C4244: '+=': conversion from 'SSIZE_T' to 'int', possible loss of data
C:\build\d7537663\library.c(768): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(789): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(949): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(956): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(960): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(966): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(967): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(973): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1003): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1019): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1033): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1092): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1104): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1113): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1114): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1154): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(1245): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1257): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1440): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1452): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1454): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1467): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1480): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1493): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1495): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1508): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1518): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1520): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1544): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1826): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1851): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(1931): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\library.c(2017): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2019): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2021): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2023): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2025): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2067): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2069): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2108): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2110): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2371): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2376): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2432): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(2492): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2494): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2496): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2498): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2500): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\library.c(2797): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\library.c(2823): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\library.c(2886): warning C4013: 'gettimeofday' undefined; assuming extern returning int
C:\build\d7537663\library.c(2912): warning C4244: 'initializing': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\library.c(2923): warning C4244: 'initializing': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\library.c(3135): warning C4244: '=': conversion from 'time_t' to 'long', possible loss of data
C:\build\d7537663\library.c(3152): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(3171): warning C4244: '=': conversion from 'time_t' to 'long', possible loss of data
C:\build\d7537663\library.c(3118): warning C4244: 'initializing': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\library.c(3313): warning C4244: '=': conversion from 'zend_long' to 'unsigned int', possible loss of data
C:\build\d7537663\library.c(3579): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(3880): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(3887): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(4059): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(4201): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\library.c(4491): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis.c /FoC:\build\d7537663\x64\Release_TS\\redis.obj
redis.c
C:\build\d7537663\redis.c(337): warning C4013: 'gettimeofday' undefined; assuming extern returning int
C:\build\d7537663\redis.c(586): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(586): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis.c(587): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis.c(1267): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(1273): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis.c(1274): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis.c(1283): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(1289): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(2732): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(2750): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(2755): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(2836): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(2837): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis.c(2837): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis_array.c /FoC:\build\d7537663\x64\Release_TS\\redis_array.obj
redis_array.c
C:\build\d7537663\redis_array.c(210): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_array.c(256): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array.c(351): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array.c(393): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array.c(783): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\d7537663\redis_array.c(907): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array.c(1048): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array.c(1090): warning C4244: '+=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_array.c(1138): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array.c(1231): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis_array_impl.c /FoC:\build\d7537663\x64\Release_TS\\redis_array_impl.obj
redis_array_impl.c
C:\build\d7537663\redis_array_impl.c(51): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(56): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(228): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(236): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(244): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(252): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(260): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(268): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(276): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(300): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_array_impl.c(475): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(524): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(775): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_array_impl.c(780): warning C4244: 'return': conversion from 'long' to 'zend_bool', possible loss of data
C:\build\d7537663\redis_array_impl.c(1197): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_array_impl.c(1200): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis_cluster.c /FoC:\build\d7537663\x64\Release_TS\\redis_cluster.obj
redis_cluster.c
C:\build\d7537663\redis_cluster.c(255): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(307): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(365): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(400): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(476): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(514): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(594): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(595): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(618): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(619): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(1958): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(1965): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2088): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2243): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2248): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2301): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2317): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2317): warning C4244: 'function': conversion from 'uint64_t' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2318): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2425): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2489): warning C4244: 'function': conversion from 'uint64_t' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2489): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2490): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2630): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2781): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_cluster.c(2902): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2903): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2904): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_cluster.c(2908): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis_commands.c /FoC:\build\d7537663\x64\Release_TS\\redis_commands.obj
redis_commands.c
C:\build\d7537663\redis_commands.c(132): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(138): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(141): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(156): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(188): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(199): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(211): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(376): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(387): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(508): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(520): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(524): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(541): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(552): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(588): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(612): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(779): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(793): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(794): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(806): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(807): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(813): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(815): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(937): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(969): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(992): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1000): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1012): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1028): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1050): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1067): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1095): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1108): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1113): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1118): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1163): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1167): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1181): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(1187): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(1231): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1256): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(1260): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1320): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1354): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1358): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1382): warning C4244: 'function': conversion from 'zend_ulong' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1384): warning C4244: 'function': conversion from 'zend_ulong' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(1397): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1441): warning C4244: 'function': conversion from 'zend_ulong' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1441): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1443): warning C4244: 'function': conversion from 'zend_ulong' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1473): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1504): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1515): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(1534): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1578): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1593): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1628): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1634): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1739): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1740): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1741): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(1762): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1773): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1802): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1816): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1843): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1851): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1887): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1889): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\redis_commands.c(1894): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1916): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1929): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(1992): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\redis_commands.c(2005): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2010): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2067): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2090): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2093): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2095): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2123): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2134): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2158): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2162): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2166): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2194): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2198): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2204): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2210): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2216): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2222): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2225): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2227): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2244): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2267): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2268): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2269): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2272): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2296): warning C4244: '=': conversion from 'double' to 'zend_long', possible loss of data
C:\build\d7537663\redis_commands.c(2392): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2397): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2402): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(2407): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2440): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2497): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2498): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2504): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2683): warning C4244: 'function': conversion from 'zend_ulong' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2692): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2725): warning C4244: 'function': conversion from 'zend_ulong' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2730): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2839): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2846): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2879): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2882): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(2960): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2968): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2973): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(2977): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3007): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3008): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3015): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3043): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3067): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3142): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3200): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3292): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3308): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3407): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3412): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3413): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(3418): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3422): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3453): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3494): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3514): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3524): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3576): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3597): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(3602): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(3607): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3647): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3650): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3651): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(3710): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3749): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3763): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(3845): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3850): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3861): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3868): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3870): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(3879): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3920): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3923): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3930): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(3936): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4012): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4013): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(4033): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(4035): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(4046): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4105): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4119): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4174): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4184): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4322): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4347): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4386): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4390): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4393): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4394): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4395): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4396): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4414): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4496): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4509): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4533): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(4537): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4590): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4628): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4641): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4661): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4720): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4732): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4733): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(4761): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4771): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4815): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4822): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4825): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4830): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4899): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4903): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4907): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4911): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4915): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4919): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4923): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4975): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4983): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4990): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4993): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(4999): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5039): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5050): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5056): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5060): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5063): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5064): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5069): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5080): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5086): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5100): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5102): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5104): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5118): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5120): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5127): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5128): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5133): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5137): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5151): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5153): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5155): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5159): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5166): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5190): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5199): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5201): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5212): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5218): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5277): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5282): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5337): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5341): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5348): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5402): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5423): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5425): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5426): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5430): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5434): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5461): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5486): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5525): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5531): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5541): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5584): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5585): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5590): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5596): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5606): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5636): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5641): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5646): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5761): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5768): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5798): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5802): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5803): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5804): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5805): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5809): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5818): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\d7537663\redis_commands.c(5821): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5863): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5864): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5865): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5870): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5879): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5924): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\redis_commands.c(5943): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5947): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(5986): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(5990): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6034): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(6042): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6071): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6073): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(6077): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6216): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6222): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6239): warning C4244: '=': conversion from 'time_t' to 'long', possible loss of data
C:\build\d7537663\redis_commands.c(6287): warning C4244: '=': conversion from 'zend_long' to 'short', possible loss of data
C:\build\d7537663\redis_commands.c(6294): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6302): warning C4244: '=': conversion from 'zend_long' to 'unsigned int', possible loss of data
C:\build\d7537663\redis_commands.c(6383): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_commands.c(6450): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis_sentinel.c /FoC:\build\d7537663\x64\Release_TS\\redis_sentinel.obj
redis_sentinel.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\redis_session.c /FoC:\build\d7537663\x64\Release_TS\\redis_session.obj
redis_session.c
C:\build\d7537663\redis_session.c(144): warning C4244: 'return': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(231): warning C4018: '<': signed/unsigned mismatch
C:\build\d7537663\redis_session.c(276): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(282): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(288): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(290): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(328): warning C4013: 'usleep' undefined; assuming extern returning int
C:\build\d7537663\redis_session.c(428): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(530): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(532): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\d7537663\redis_session.c(539): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(638): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(678): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(725): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(768): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(837): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(894): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(932): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1021): warning C4244: '=': conversion from 'zend_long' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1082): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1140): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1188): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1229): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1293): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\d7537663\redis_session.c(1335): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\d7537663\x64\Release_TS\\ /FRC:\build\d7537663\x64\Release_TS\\ /FdC:\build\d7537663\x64\Release_TS\\ /c C:\build\d7537663\sentinel_library.c /FoC:\build\d7537663\x64\Release_TS\\sentinel_library.obj
sentinel_library.c
C:\build\d7537663\sentinel_library.c(49): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
	rc /nologo  /I C:\build\d7537663\php-dev/include /I C:\build\d7537663\php-dev/include/main /I C:\build\d7537663\php-dev/include/Zend /I C:\build\d7537663\php-dev/include/TSRM /I C:\build\d7537663\php-dev/include/ext /I C:\build\d7537663\php-dev/include /n /fo C:\build\d7537663\x64\Release_TS\php_redis.dll.res /d FILE_DESCRIPTION="\"Redis client extension for PHP\"" /d FILE_NAME="\"php_redis.dll\"" /d URL="\"http://www.php.net\"" /d INTERNAL_NAME="\"REDIS extension\"" /d THANKS_GUYS="\"Thanks to Alfonso Jimenez (yo@alfonsojimenez.com)\"" C:\build\d7537663\php-dev\build\template.rc
	"link.exe" @"C:\build\d7537663\x64\Release_TS\resp\REDIS_GLOBAL_OBJS.txt" C:\build\d7537663\php-dev\lib\php7ts.lib  kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib psapi.lib bcrypt.lib imagehlp.lib C:\build\d7537663\x64\Release_TS\php_redis.dll.res /out:C:\build\d7537663\x64\Release_TS\php_redis.dll /dll /nologo /GUARD:CF /incremental:no /debug /opt:ref,icf /libpath:"\"..\deps\lib\"" /libpath:"C:\build\d7537663\php-dev\lib\;C:\build\d7537663\php-dev" 
   Creating library C:\build\d7537663\x64\Release_TS\php_redis.lib and object C:\build\d7537663\x64\Release_TS\php_redis.exp
EXT redis build complete
