On Sat, 15 Dec 2018 at 22:48, Kalle Sommer Nielsen <ka...@php.net> wrote:
>
> Commit:    3a9021ab3a0ca634023a73f3c4220b67ba386be0
> Author:    Kalle Sommer Nielsen <ka...@php.net>         Sat, 15 Dec 2018 
> 22:47:25 +0100
> Parents:   d9ada8ec72dd0e39e42b8e7f9c94f6c6699cc0d0
> Branches:  master
>
> Link:       
> http://git.php.net/?p=web/bugs.git;a=commitdiff;h=3a9021ab3a0ca634023a73f3c4220b67ba386be0
>
> Log:
> Added include/classes to the directory structure
>
> Changed paths:
>   M  README.md
>
>
> Diff:
> diff --git a/README.md b/README.md
> index 92d5955..47fd759 100644
> --- a/README.md
> +++ b/README.md
> @@ -1,4 +1,4 @@
> -# PHP Bug Tracking System
> +# PHP Bug Tracking System
>
>  This is a unified bug tracking system for PHP hosted online at
>  [bugs.php.net](https://bugs.php.net).
> @@ -46,6 +46,7 @@ Source code of this application is structured in the 
> following directories:
>  <web-bugs>/
>   ├─ .git/                   # Git configuration and source directory
>   └─ include/                # Application helper functions and configuration
> +    ├─ classes/             # PEAR class overrides
>      ├─ prepend.php          # Autoloader, DB connection, container, app 
> initialization
>      └─ ...
>   └─ scripts/                # Command line development tools and scripts
>
>
> --
> PHP Webmaster List Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

Hello,

this patch added a file with UTF-8 BOM.

Additionally the includes/classes folder should be on the long run
replaced with src and 0 PEAR classes should be overridden in this app.
Text_Diff - what is currently used in this app is not a PEAR class.
It's a deprecated PEAR package...

-- 
Peter Kokot

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

Reply via email to