x64architecture / wnmp

An easy Nginx, MariaDB and PHP environment for Windows.
https://wnmp.x64architecture.com
GNU General Public License v3.0
508 stars 110 forks source link

pecl extension support only upto vc14, why wnmp use vc15? #90

Closed owenliang closed 7 years ago

owenliang commented 7 years ago

no more ext can be added(redis for example) , what can i do.

php officially tells:

PHP officially supports building with Microsoft's Visual C++ compilers. MinGW and other compilers are NOT supported or even known to work. The free Express and Developer editions can also be used. For more information and how to get the compiler see the supported versions. The following VC versions are supported:

Visual C++ 9.0 (Visual Studio 2008 or Visual C++ 2008) for PHP 5.4. Visual C++ 11.0 (Visual Studio 2012) for PHP 5.5 or 5.6. Visual C++ 14.0 (Visual Studio 2015) for PHP 7.0+.

Setup

If compiling PHP 7.0+: Install Visual Studio 2015

x64architecture commented 7 years ago

Thank you for reporting the issue, it has been fixed in 3.1.0.

owenliang commented 7 years ago

thanks man