Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PHPixie/Config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: PHPixie/Config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on May 17, 2016

  1. added tests

    dracony committed May 17, 2016
    Configuration menu
    Copy the full SHA
    654c3c9 View commit details
    Browse the repository at this point in the history
  2. tests

    dracony committed May 17, 2016
    Configuration menu
    Copy the full SHA
    6b4993b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. simplified parameter support

    dracony committed May 18, 2016
    Configuration menu
    Copy the full SHA
    ccee869 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. Update File.php

    C этим изменением, если встретится пустая строка в одном из элементов конфигурации, не будет выдаваться ошибка ErrorException: Uninitialized string offset
    sobolevna authored Jun 11, 2016
    Configuration menu
    Copy the full SHA
    7b4e98c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sobolevna/patch-1

    Update File.php
    dracony authored Jun 11, 2016
    Configuration menu
    Copy the full SHA
    29fb064 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Update composer.json

    dracony authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    31af8c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Fix deprecation errors in php-7.4.0

    Curly braces for array or string access are deprecated and cause the
    following error:
    ```
    ErrorException: Array and string offset access syntax with curly braces is deprecated
    ```
    
    Signed-off-by: Vitalii Rybalko <[email protected]>
    vilkoz committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    e74c3f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Merge pull request #2 from vilkoz/master

    Fix deprecation errors in php-7.4.0
    dracony authored Dec 25, 2019
    Configuration menu
    Copy the full SHA
    bbe5a1c View commit details
    Browse the repository at this point in the history
Loading