Commit:    bfebb27b9a8d5ebe609ab3cf60a823d6a4640cc9
Author:    Peter Kokot <[email protected]>         Tue, 25 Jun 2019 17:21:48 
+0200
Parents:   cc04846a36327bb402975575bed91b18cef395e5
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=bfebb27b9a8d5ebe609ab3cf60a823d6a4640cc9

Log:
Bump required bison version for PHP-7.4

Since PHP 7.4, parser and lexer files are no longer bundled with the
Git repository PHP code. And the Bison 3.0.0 or later is needed to
generate parser files.

Changed paths:
  M  git.php


Diff:
diff --git a/git.php b/git.php
index 80dbb6f..aa38aea 100644
--- a/git.php
+++ b/git.php
@@ -56,7 +56,8 @@ site_header("Git Access", array("current" => "community"));
   <ul>
    <li><i>PHP 5.4</i>: 1.28, 1.35, 1.75, 2.0 to 2.6.4</li>
    <li><i>PHP 5.5 and 5.6</i>: 2.4 to 2.7</li>
-   <li><i>PHP 7</i>: 2.4+</li>
+   <li><i>PHP 7.0 - 7.3</i>: 2.4+</li>
+   <li><i>PHP 7.4</i>: 3.0.0+</li>
   </ul>
  </li>
 </ul>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to