This bison version is not supported for regeneration of the Zend/PHP parsers
在 mac 中编译 php-src.git 报错:
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: 2.3, min: 204, excluded: ). configure: error: bison is required to build PHP/Zend when building a GIT checkout!
使用下面的方式未果:
env LDFLAGS='-L/usr/local/opt/bison27/lib' ./configure --disable-all # 或者 export LDFLAGS=-L/usr/local/opt/bison27/lib
添加 YACC 成功编译:
YACC=/usr/local/opt/bison27/bin/bison ./configure --disable-all
参考自:
https://bugs.php.net/bug.php?id=71343
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步