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: Global-localhost/php-langspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a7e967
Choose a base ref
...
head repository: php/php-langspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca697b4
Choose a head ref
  • 11 commits
  • 10 files changed
  • 11 contributors

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    6e28846 View commit details
    Browse the repository at this point in the history
  2. Merge pull request php#252 from tiffany-taylor/patch-1

    Fix encoding for &lt; to <
    TysonAndre authored May 7, 2021
    Configuration menu
    Copy the full SHA
    d06f3e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Namespace definition grammar fix (php#254)

    * Fix the `namespace-definition` production
    
    The `namespace-definition` production was changed to use `name` instead
    of `namespace-name` in c1ac531 and a6520fb. This
    appears to be a mistake, since `name` can not produce a `\`.
    
    The spec was originally using `namespace-name` for
    `namespace-definition`. This commit restores that grammar production.
    
    * Regenerate using `tools/pre-commit`
    
    It appears that the pre-commit scripts were not used to properly
    regenerate the spec recently.
    
    This caused some small styling changes (using html entities for some
    chars).
    
    It also caused a bigger change due to `print` being moved out of the
    intrinsics section in 63d72a6. It's not completely clear
    if this was intentional or not, since `print` is a language intrinsic.
    tortis authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    f9d4f74 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix(constants): remove duplicate E_USER_DEPRECATED def

    Closes phpGH-256.
    sno2 authored and cmb69 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f268abd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    ffa3fa5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request php#257 from petk/patch-readme

    Mention GitHub upstream instead of obsolete git.php.net
    iluuu1994 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    39ef2ce View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 24, 2024

  1. Update ML instructions

    saundefined authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    bf7423a View commit details
    Browse the repository at this point in the history
  2. Merge pull request php#259 from saundefined/patch-1

    Update ML instructions
    Girgias authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a1e3e4f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 7, 2024

  1. Add grammar for readonly classes

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter authored and nikic committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ca697b4 View commit details
    Browse the repository at this point in the history
Loading