chuan-yun / Molten

php probe for zipkin and opentracing
Apache License 2.0
793 stars 160 forks source link

php7.4 make install error #160

Closed ooohuey closed 3 years ago

ooohuey commented 3 years ago

error message:

/usr/src/php/ext/Molten/molten_intercept.c:338:9: error: too many arguments to function 'php_pcre_match_impl' 338 | php_pcre_match_impl(cache, subject, strlen(subject), result, subpats, 0, 0, 0, 0 TSRMLS_CC);

ooohuey commented 3 years ago

主要问题还是 master分支的 版本 不支持 7.2以上的PHP 所以 在7.4的环境上 安装 一直报错
目前 已经按照 这位大佬的修改记录 修改molten相关文件后 安装成功 感谢 大佬 onlytiancai https://github.com/chuan-yun/Molten/pull/158/files