This bison version is not supported for regeneration of the Zend/PHP parsers

在 mac 中編譯 php-src.git 報錯:php

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!

 

使用下面的方式未果:git

env LDFLAGS='-L/usr/local/opt/bison27/lib' ./configure --disable-all

# 或者

export LDFLAGS=-L/usr/local/opt/bison27/lib

 

添加 YACC 成功編譯:ui

YACC=/usr/local/opt/bison27/bin/bison ./configure --disable-all

 

參考自:spa

https://bugs.php.net/bug.php?id=71343.net

相關文章
相關標籤/搜索