]> granicus.if.org Git - php/commitdiff
bump minimum bison version to 3.0 after last parser changes
authorNuno Lopes <nlopess@php.net>
Sat, 16 Mar 2019 10:32:43 +0000 (06:32 -0400)
committerNuno Lopes <nlopess@php.net>
Sat, 16 Mar 2019 10:32:43 +0000 (06:32 -0400)
Zend/acinclude.m4

index 09b5b7f681205c7199b76106d0af7a31b35671ce..6e072f2db6f1981e3233cc75563d0e9426b1e097 100644 (file)
@@ -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