PHP扩展方式实现,支持 php>=7.0
php-src 为PHP方式实现 默认用php方式,编译扩展后使用扩展
使用示例 test.php
cd simhash
phpize && ./configure
make && make install
load build env
打开 [x64|x86] Native Tools Command Prompt for VS 2017 编译命令行
加载PHP编译变量 \your-php-sdk-binary-tools-dir\bin\phpsdk_setvars.bat
cd your_php_src # PHP 源码目录 下载 simhash 源码到 ext/simhash 下
buildconf.bat
configure --disable-all --enable-cli --enable-simhash=shared
nmake