Thanks to visit codestin.com
Credit goes to github.com

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: nikic/PHP-Parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.15.1
Choose a base ref
...
head repository: nikic/PHP-Parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.15.2
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 10, 2022

  1. Fixed type in UnionType

    kukulich authored and nikic committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2f1fd78 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Fix parsing of large hex floats containing "e"

    These ended up taking the code path for normal floats and being
    cast to zero.
    
    (cherry picked from commit 4ce9781)
    nikic committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    7027899 View commit details
    Browse the repository at this point in the history
  2. Adjust tests to work on 32-bit

    Fixes #662.
    
    (cherry picked from commit 950bf8f)
    nikic committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    e072fd2 View commit details
    Browse the repository at this point in the history
  3. Add more tests for formatting preservation with InlineHTML

    It's all broken...
    
    (cherry picked from commit bad10e1)
    nikic committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    a4fe65b View commit details
    Browse the repository at this point in the history
  4. Bail out on PHP tags in removed code

    If dropping a node would drop PHP tags, bail out of formatting
    preservation. This will lose formatting, but at least produce
    legal code.
    
    Closes GH-884.
    
    (cherry picked from commit b0edd4c)
    nikic committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2e11dee View commit details
    Browse the repository at this point in the history
  5. Release PHP-Parser 4.15.2

    nikic committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f59bbe4 View commit details
    Browse the repository at this point in the history
Loading