diff options
| author | Nuno Lopes <nlopess@php.net> | 2019-03-16 06:32:43 -0400 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2019-03-16 06:32:43 -0400 |
| commit | f9e1d242f50d69d24c181b2fe59806d9142b5414 (patch) | |
| tree | 9307a6e1fbf05c9d89026664e2f5d6d81fda8f3e | |
| parent | 78596973b3f7af2b8514e015d3e60ec717c586de (diff) | |
| download | php-git-f9e1d242f50d69d24c181b2fe59806d9142b5414.tar.gz | |
bump minimum bison version to 3.0 after last parser changes
| -rw-r--r-- | Zend/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 09b5b7f681..6e072f2db6 100644 --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -3,7 +3,7 @@ dnl This file contains local autoconf functions. AC_DEFUN([LIBZEND_BISON_CHECK],[ # we only support certain bison versions; # min: 2.4 (i.e. 204, major * 100 + minor for easier comparison) - bison_version_min="204" + bison_version_min="300" # non-working versions, e.g. "3.0 3.2"; # remove "none" when introducing the first incompatible bison version an # separate any following additions by spaces |
