8000 Comparing v0.3.63...v0.3.64 · civicrm/cv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: civicrm/cv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.63
Choose a base ref
...
head repository: civicrm/cv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.64
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 4, 2025

  1. PHP 8.4 - Fix warning about E_STRICT

    Fix warning:
    
      Deprecated: Constant E_STRICT is deprecated in ...lib/src/ErrorHandler.php
    
    Reportedly, E_STRICT:
    * Is meaningful (from php-src.git POV) in 7.x
    * Sopped being meaningful (from php-src.git POV) in 8.x
    * Started throwing deprecation warnings in 8.4
    
    It's unclear if there might be significance for contrib in the 8.x era.
    totten committed May 4, 2025
    Configuration menu
    Copy the full SHA
    bb30a1a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Merge pull request #249 from totten/strict84

    PHP 8.4 - Fix warning about E_STRICT
    totten authored May 5, 2025
    Configuration menu
    Copy the full SHA
    62a1890 View commit details
    Browse the repository at this point in the history
Loading
0