Windows SupportCore
The configuration variables phpize builds now reflect the source tree in the build dir (as it already worked for in-tree builds); some extension builds (especially when using Makefile.frag.w32) may need adjustments. --enable-sanitizer is now supported for MSVC builds. This enables ASan and debug assertions, and is supported as of MSVC 16.10 and Windows 10. The --with-uncritical-warn-choke configuration option for clang builds is no longer supported. Select warnings to suppress via CFLAGS instead. COMThe extension is now build shared by default; previously it defaulted to a static extension, although the official Windows binaries built a shared extension. FFIIt is no longer necessary to specify the library when using FFI::cdef and FFI::load. However, this convenience feature should not be used in production. Streams
If only pipe streams are contained in the |