Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reserved keywords with underscore #616

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2015

  1. UTF8 error

    diversen committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    5f05cdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request Luracast#481 from diversen/master

    Fixing utf error in README
    Arul- committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    e04e596 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. Fix: typos

    João Pina committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    673dcf5 View commit details
    Browse the repository at this point in the history
  2. fix library typo

    João Pina committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    a1b76c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Luracast#498 from tomahock/master

    Fix: typos in documentation
    Arul- committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    fb8bed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Fix for Luracast#357

    mankms committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    ac780ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request Luracast#515 from mankms/patch-1

    Fix for Notice: array to string conversion on AutoLoader.php line 266
    Arul- committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    0593eff View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Fix typo @pformat => @Format

    tmotyl committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    d7b76ba View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Merge pull request Luracast#560 from tmotyl/patch-1

    Fix typo @pformat => @Format
    Arul- committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    30bd367 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    581d8d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Fix typo

    PowerKiKi committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    e94da23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Luracast#572 from PowerKiKi/patch-1

    Removing unwanted unicode character from documentation
    Arul- committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3da57f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Fix for Notice: Only variables should be passed by reference in publi…

    …c/examples/_007_crud/DB/Session.php on line 58
    Arul- committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    3d454c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097608f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    cd0c21b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    188968f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Rename __getWWWAuthenticateString fonction

    PHP has reserved all method names with a double underscore prefix for
    future use.
    Guillaume NOUET committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    565adbe View commit details
    Browse the repository at this point in the history
  2. Rename __isAllowed fonction

    PHP has reserved all method names with a double underscore prefix for
    future use.
    Guillaume NOUET committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    bbe6465 View commit details
    Browse the repository at this point in the history
  3. Rename __setAuthenticationStatus fonction

    PHP has reserved all method names with a double underscore prefix for
    future use.
    Guillaume NOUET committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    198f56a View commit details
    Browse the repository at this point in the history
  4. Rename __getMaximumSupportedVersion function

    PHP has reserved all method names with a double underscore prefix for
    future use.
    Guillaume NOUET committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    bced3a3 View commit details
    Browse the repository at this point in the history
  5. Rename __toArray function

    PHP has reserved all method names with a double underscore prefix for
    future use.
    Guillaume NOUET committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2c3ce78 View commit details
    Browse the repository at this point in the history
  6. Rename __isAuthenticated function

    PHP has reserved all method names with a double underscore prefix for
    future use.
    Guillaume NOUET committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6a1a8ec View commit details
    Browse the repository at this point in the history