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 Deprecated: Creation of dynamic property + loops for $matches #8

Merged
merged 7 commits into from
Oct 12, 2023

Commits on Sep 6, 2023

  1. Fix Deprecated: Creation of dynamic property + loops for $matches

    Fixes (PHP7.4.X): Deprecated: Creation of dynamic property Text_Diff_Engine_native::$xchanged is deprecated .../yii\framework\gii\components\Pear\Text\Diff\Engine\native.php on line 41
    
    Copied from https://github.com/WordPress/WordPress/blob/master/wp-includes/Text/Diff/Engine/native.php.
    Similar fix as https://github.com/mdeweerd/yii/blob/mdw/framework/gii/components/Pear/Text/Diff/Engine/native.php#L32-L40 .
    
    Also copied extra fix replacing loop over list().
    
    Applied `phpcbf --standard=PEAR native.php` resulting in some code formatting changes.
    mdeweerd committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7a313b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd976c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b7e035 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccd8813 View commit details
    Browse the repository at this point in the history
  5. Add .github workflow

    mdeweerd committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    fdc53df View commit details
    Browse the repository at this point in the history
  6. Do not test PHP 5.3,5.4

    mdeweerd committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5744734 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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