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

Supported php84 #2984

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

Supported php84 #2984

wants to merge 2 commits into from

Conversation

greg0ire
Copy link

@greg0ire greg0ire commented Dec 4, 2024

Description

This fixes an issue that already happened for PHP 8.3: #2417

Also, I'm removing support for PHP 5.

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

According to ./UPGRADE-1.0.md#php-5-eol, 5.x is no longer supported.
Without it, the installer script could only find the main binary
/usr/bin/php because it didn't had a version number included in the path.
Inspired by 7e6ff34
@greg0ire greg0ire requested a review from a team as a code owner December 4, 2024 16:27
@greg0ire
Copy link
Author

greg0ire commented Dec 4, 2024

Note that last time, @PROFeNoM mentioned extra work that was needed on top of this: #2417 (comment)

@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.96%. Comparing base (34baa56) to head (e4c17bb).

❗ There is a different number of reports uploaded between BASE (34baa56) and HEAD (e4c17bb). Click for more details.

HEAD has 8 uploads less than BASE
Flag BASE (34baa56) HEAD (e4c17bb)
tracer-php 11 4
appsec-extension 1 0
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #2984       +/-   ##
============================================
- Coverage     73.12%   1.96%   -71.16%     
  Complexity     2741    2741               
============================================
  Files           137     110       -27     
  Lines         14907   10863     -4044     
  Branches        992       0      -992     
============================================
- Hits          10900     214    -10686     
- Misses         3462   10649     +7187     
+ Partials        545       0      -545     
Flag Coverage Δ
appsec-extension ?
tracer-php 1.96% <ø> (-72.86%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 111 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34baa56...e4c17bb. Read the comment docs.

@realFlowControl realFlowControl self-assigned this Dec 9, 2024
@realFlowControl realFlowControl added ci cat:installation Issues while installing the tracer labels Dec 9, 2024
@realFlowControl realFlowControl mentioned this pull request Dec 9, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:installation Issues while installing the tracer ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants