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

C:\build\df9c2a1e>call phpize  2>&1 
Rebuilding configure.js
C:\build\df9c2a1e\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 32-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.26100.0\\x86
Checking for mt.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\\x86

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

Enabling extension C:\build\df9c2a1e [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      | x86             |
| 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\backoff.c /FoC:\build\df9c2a1e\Release_TS\\backoff.obj
backoff.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\cluster_library.c /FoC:\build\df9c2a1e\Release_TS\\cluster_library.obj
cluster_library.c
C:\build\df9c2a1e\cluster_library.c(145): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\cluster_library.c(163): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(170): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(179): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(180): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(234): warning C4244: '=': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(238): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(246): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(255): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(256): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(361): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\cluster_library.c(553): warning C4013: 'gettimeofday' undefined; assuming extern returning int
C:\build\df9c2a1e\cluster_library.c(719): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1063): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\cluster_library.c(1066): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\cluster_library.c(1573): warning C4244: '=': conversion from '__int64' to 'long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1678): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1689): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1715): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1723): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1753): warning C4244: 'function': conversion from '__int64' to 'zend_long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1771): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1819): warning C4098: 'cluster_hrandfield_resp': 'void' function returning a value
C:\build\df9c2a1e\cluster_library.c(1959): warning C4244: '=': conversion from '__int64' to 'zend_long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(1959): warning C4244: 'function': conversion from '__int64' to 'zend_long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2157): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2164): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2212): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2221): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2249): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2258): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2368): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2412): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2437): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2463): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2487): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2509): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2557): warning C4244: 'function': conversion from '__int64' to 'uint32_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2577): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2583): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2585): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2625): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2643): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2660): warning C4244: 'function': conversion from '__int64' to 'long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2804): warning C4244: 'function': conversion from '__int64' to 'zend_long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(2836): warning C4244: '+=': conversion from '__int64' to 'zend_long', possible loss of data
C:\build\df9c2a1e\cluster_library.c(3109): 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\library.c /FoC:\build\df9c2a1e\Release_TS\\library.obj
library.c
C:\build\df9c2a1e\library.c(386): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\library.c(395): warning C4013: 'usleep' undefined; assuming extern returning int
C:\build\df9c2a1e\library.c(1567): warning C4244: '=': conversion from '__int64' to 'zend_long', possible loss of data
C:\build\df9c2a1e\library.c(1940): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
C:\build\df9c2a1e\library.c(2644): warning C4244: 'function': conversion from '__int64' to 'uint32_t', possible loss of data
C:\build\df9c2a1e\library.c(3132): warning C4013: 'gettimeofday' undefined; assuming extern returning int
C:\build\df9c2a1e\library.c(4855): warning C4244: '=': conversion from 'uint64_t' to 'zend_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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis.c /FoC:\build\df9c2a1e\Release_TS\\redis.obj
redis.c
C:\build\df9c2a1e\redis.c(357): warning C4013: 'gettimeofday' undefined; assuming extern returning int
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis_array.c /FoC:\build\df9c2a1e\Release_TS\\redis_array.obj
redis_array.c
C:\build\df9c2a1e\redis_array.c(498): 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis_array_impl.c /FoC:\build\df9c2a1e\Release_TS\\redis_array_impl.obj
redis_array_impl.c
C:\build\df9c2a1e\redis_array_impl.c(517): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\redis_array_impl.c(780): warning C4244: 'return': conversion from 'long' to 'zend_bool', 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis_cluster.c /FoC:\build\df9c2a1e\Release_TS\\redis_cluster.obj
redis_cluster.c
C:\build\df9c2a1e\redis_cluster.c(954): warning C4244: 'function': conversion from '__int64' to 'size_t', possible loss of data
C:\build\df9c2a1e\redis_cluster.c(2160): 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis_commands.c /FoC:\build\df9c2a1e\Release_TS\\redis_commands.obj
redis_commands.c
C:\build\df9c2a1e\redis_commands.c(1835): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\redis_commands.c(1911): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\redis_commands.c(2014): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\redis_commands.c(2318): warning C4244: '=': conversion from 'double' to 'zend_long', possible loss of data
C:\build\df9c2a1e\redis_commands.c(4458): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\build\df9c2a1e\redis_commands.c(6397): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\redis_commands.c(6739): warning C4244: 'function': conversion from 'double' to 'float', 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis_sentinel.c /FoC:\build\df9c2a1e\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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\redis_session.c /FoC:\build\df9c2a1e\Release_TS\\redis_session.obj
redis_session.c
C:\build\df9c2a1e\redis_session.c(232): warning C4018: '<': signed/unsigned mismatch
C:\build\df9c2a1e\redis_session.c(329): warning C4013: 'usleep' undefined; assuming extern returning int
C:\build\df9c2a1e\redis_session.c(1269): warning C4244: 'function': conversion from '__int64' to 'size_t', 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\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\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 /D_USE_32BIT_TIME_T=1 /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\df9c2a1e\Release_TS\\ /FRC:\build\df9c2a1e\Release_TS\\ /FdC:\build\df9c2a1e\Release_TS\\ /c C:\build\df9c2a1e\sentinel_library.c /FoC:\build\df9c2a1e\Release_TS\\sentinel_library.obj
sentinel_library.c
	rc /nologo  /I C:\build\df9c2a1e\php-dev/include /I C:\build\df9c2a1e\php-dev/include/main /I C:\build\df9c2a1e\php-dev/include/Zend /I C:\build\df9c2a1e\php-dev/include/TSRM /I C:\build\df9c2a1e\php-dev/include/ext /I C:\build\df9c2a1e\php-dev/include /n /fo C:\build\df9c2a1e\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\df9c2a1e\php-dev\build\template.rc
	"link.exe" @"C:\build\df9c2a1e\Release_TS\resp\REDIS_GLOBAL_OBJS.txt" C:\build\df9c2a1e\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\df9c2a1e\Release_TS\php_redis.dll.res /out:C:\build\df9c2a1e\Release_TS\php_redis.dll /dll /nologo /GUARD:CF /incremental:no /debug /opt:ref,icf /libpath:"\"..\deps\lib\"" /libpath:"C:\build\df9c2a1e\php-dev\lib\;C:\build\df9c2a1e\php-dev" 
   Creating library C:\build\df9c2a1e\Release_TS\php_redis.lib and object C:\build\df9c2a1e\Release_TS\php_redis.exp
EXT redis build complete
