Skip to content

Alvine-IO/php7-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

windows php7 environment

existing windows dll

build missing extensions

environment x64 VC14 VisualStudio onwn compiled (steps see http://stackoverflow.com/questions/10084493/compiling-a-php-extension-as-non-thread-safe)

// Windows Developer Console (x64)
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64

nmake clean
buildconf --force
configure --with-all-shared --disable-all --enable-cli ...
nmake

// Option für NTS 
--disable-zts   

memcache

source: https://github.com/php/pecl-caching-memcache

nmake clean
buildconf
configure --with-all-shared --disable-all --enable-cli --enable-memcache
nmake 

memcached

memcached doesn´t work with windows, because memcached.lib doesn´t work with windows.

ssh2

source: https://github.com/php/pecl-networking-ssh2

nmake clean
buildconf
configure --with-all-shared --disable-all --enable-cli --with-ssh2 --with-openssl
nmake

see

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published