On Fri, 9 Oct 2020 at 10:41, Gabriel Caruso <carusogabr...@php.net> wrote:

> Commit:    8688afc23d361bea96774311b122bff35c39803b
> Author:    Gabriel Caruso <carusogabrie...@gmail.com>         Fri, 9 Oct
> 2020 09:26:54 +0200
> Committer: GitHub <nore...@github.com>      Fri, 9 Oct 2020 09:26:54 +0200
> Parents:   4deab21db7486e6b36e33e14213db7a389863bff
> Branches:  master
>
> Link:
> http://git.php.net/?p=web/php.git;a=commitdiff;h=8688afc23d361bea96774311b122bff35c39803b
>
> Log:
> Add PHP 8.0 references
>
> Changed paths:
>   M  git.php
>
>
> Diff:
> diff --git a/git.php b/git.php
> index aa38aeac8..816a333c8 100644
> --- a/git.php
> +++ b/git.php
> @@ -57,7 +57,7 @@ site_header("Git Access", array("current" =>
> "community"));
>     <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.0 - 7.3</i>: 2.4+</li>
> -   <li><i>PHP 7.4</i>: 3.0.0+</li>
> +   <li><i>PHP 7.4 - PHP 8.0</i>: 3.0.0+</li>
>

1. Was this change intentional?  If so, it a) now doesn't match how we list
autoconf versions further up the page, and b) what bison version is
required for PHP > 8.0 (assuming it's not 3.0.0+ because you specified the
end version in this change)?


>    </ul>
>   </li>
>  </ul>
> @@ -114,6 +114,10 @@ site_header("Git Access", array("current" =>
> "community"));
>    <strong>PHP 7.4</strong>:
>    <code>git checkout PHP-7.4</code>
>    <br>
> +  <br>
>

2. Too many <br> tags now.


> +  <strong>PHP 8.0</strong>:
> +  <code>git checkout PHP-8.0</code>
> +  <br>
>    <strong>PHP HEAD</strong>:
>    <code>git checkout master</code>
>    <br><br>
>
>
> --
> PHP Webmaster List Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to