You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit, building 32-bit with igbinary enabled in
Visual Studio 2015 failed,
since igbinary/igbinary.h wasn't in the include path
(VS2015 x86 Native Tools command prompt)
Pecls were installed in a pecl folder adjacent to (same level as)
php-7.0.9-src folder.
```
C:\php-sdk\bin\phpsdk_setvars.bat
buildconf
configure --disable-all --enable-cgi --enable-session --enable-igbinary --enable-redis-igbinary
```
0 commit comments