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

C:\build\83e6e369>call phpize  2>&1 
Rebuilding configure.js
C:\build\83e6e369\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++ 2019
  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\83e6e369\x64\Release
PHP Core:  php8.dll and php8.lib

Enabling extension C:\build\83e6e369 [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     | No              |
| Compiler          | Visual C++ 2019 |
| 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\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\backoff.c /FoC:\build\83e6e369\x64\Release\\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\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\cluster_library.c /FoC:\build\83e6e369\x64\Release\\cluster_library.obj
cluster_library.c
C:\build\83e6e369\cluster_library.c(1755): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1757): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1758): warning C4098: 'cluster_hrandfield_resp': 'void' function returning a value
C:\build\83e6e369\cluster_library.c(1769): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1815): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1824): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1838): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1840): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1851): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1860): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(1862): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(2218): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(2441): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\cluster_library.c(2443): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\library.c /FoC:\build\83e6e369\x64\Release\\library.obj
library.c
C:\build\83e6e369\library.c(465): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(467): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1245): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1257): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1440): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1452): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1454): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1467): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1480): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1493): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1495): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1508): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1518): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1520): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1544): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1826): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(1851): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2017): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2019): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2021): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2023): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2025): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2067): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2069): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2108): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2110): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2371): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2376): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2492): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2494): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2496): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2498): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\library.c(2500): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis.c /FoC:\build\83e6e369\x64\Release\\redis.obj
redis.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis_array.c /FoC:\build\83e6e369\x64\Release\\redis_array.obj
redis_array.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis_array_impl.c /FoC:\build\83e6e369\x64\Release\\redis_array_impl.obj
redis_array_impl.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis_cluster.c /FoC:\build\83e6e369\x64\Release\\redis_cluster.obj
redis_cluster.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis_commands.c /FoC:\build\83e6e369\x64\Release\\redis_commands.obj
redis_commands.c
C:\build\83e6e369\redis_commands.c(813): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(969): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(992): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1000): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1012): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1108): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1113): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1163): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1354): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1504): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(1515): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2093): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2162): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2194): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2198): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2204): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2210): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2216): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2222): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2225): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2227): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(2402): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(3413): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(3597): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(3602): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(3651): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(3763): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(4013): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(4033): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(4035): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(4533): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5039): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5056): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5060): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5064): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5069): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5086): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5104): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5120): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5128): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5133): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5137): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5155): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5159): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5190): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5199): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5201): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
C:\build\83e6e369\redis_commands.c(5818): warning C4312: 'type cast': conversion from 'unsigned int' to 'char *' of greater size
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis_sentinel.c /FoC:\build\83e6e369\x64\Release\\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\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\redis_session.c /FoC:\build\83e6e369\x64\Release\\redis_session.obj
redis_session.c
	"cl.exe" /D PHP_SESSION=1 /FI main/config.pickle.h /D COMPILE_DL_REDIS /D REDIS_EXPORTS=1 /nologo /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "..\deps\include" /FpC:\build\83e6e369\x64\Release\\ /FRC:\build\83e6e369\x64\Release\\ /FdC:\build\83e6e369\x64\Release\\ /c C:\build\83e6e369\sentinel_library.c /FoC:\build\83e6e369\x64\Release\\sentinel_library.obj
sentinel_library.c
	rc /nologo  /I C:\build\83e6e369\php-dev/include /I C:\build\83e6e369\php-dev/include/main /I C:\build\83e6e369\php-dev/include/Zend /I C:\build\83e6e369\php-dev/include/TSRM /I C:\build\83e6e369\php-dev/include/ext /I C:\build\83e6e369\php-dev/include /n /fo C:\build\83e6e369\x64\Release\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\83e6e369\php-dev\build\template.rc
	"link.exe" @"C:\build\83e6e369\x64\Release\resp\REDIS_GLOBAL_OBJS.txt" C:\build\83e6e369\php-dev\lib\php8.lib  kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib psapi.lib bcrypt.lib C:\build\83e6e369\x64\Release\php_redis.dll.res /out:C:\build\83e6e369\x64\Release\php_redis.dll /dll /nologo /GUARD:CF /incremental:no /debug /opt:ref,icf /libpath:"\"..\deps\lib\"" /libpath:"C:\build\83e6e369\php-dev\lib\;C:\build\83e6e369\php-dev" 
   Creating library C:\build\83e6e369\x64\Release\php_redis.lib and object C:\build\83e6e369\x64\Release\php_redis.exp
EXT redis build complete
