Cygwin environment Support (Windows system)
swoole-1.7.7 increased support for the Cygwin environment, in the Windows environment, you can directly use Cygwin + PHP to run swoole programs. Install the Cygwin, and install GCC, make, autoconf, PHP 4 packages download Swoole source code, in Cygwin-shell phpize/configure/make/make install modify php.ini, add SW Oole.so
Cygwin mode requires simplification of PHP, eliminating unused extensions, and preventing processes from consuming too much memory, causing Fork operations to fail
The environment relies only on the linux,freebsd,macos,3 class operating system Linux kernel version 2.3.32 above PHP-5.3.10 version, including PHP7 gcc4.4 above or clang cmake2.4+, compiled to Libswoole.so is required to use CMake as a C + + library
It is recommended that you use an operating system with UBUNTU14, CentOS7, or later
I have compiled successfully, using the PHP 7 version of the CygWin environment