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

[loader] Fix compatilibity with PHP 5 #2939

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

iamluc
Copy link
Contributor

@iamluc iamluc commented Nov 8, 2024

Description

Previous build could be loaded with php:5.6 docker image and I believe on centos 7 also. But on Ubuntu 22.04, there were issues like undefined symbol: __zend_malloc.

This PR fixes this.

https://datadoghq.atlassian.net/browse/INPLAT-180

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

Previous build could be loaded with php:5.6 docker image and I believe on centos 7 also.
But on ubuntu:22.04, there were issues like "undefined symbol: __zend_malloc".

This PR fixes this.
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.16%. Comparing base (68f8558) to head (63a495d).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2939      +/-   ##
============================================
+ Coverage     82.10%   82.16%   +0.05%     
  Complexity     2527     2527              
============================================
  Files           108      108              
  Lines         10360    10360              
============================================
+ Hits           8506     8512       +6     
+ Misses         1854     1848       -6     
Flag Coverage Δ
tracer-php 82.16% <ø> (+0.05%) ⬆️

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

see 1 file 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 68f8558...63a495d. Read the comment docs.

@iamluc iamluc marked this pull request as ready for review November 8, 2024 16:59
@iamluc iamluc requested a review from a team as a code owner November 8, 2024 16:59
Copy link
Collaborator

@bwoebi bwoebi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@iamluc iamluc merged commit 7b487bd into master Nov 8, 2024
665 of 689 checks passed
@iamluc iamluc deleted the luc/loader-compat-php5 branch November 8, 2024 17:02
@github-actions github-actions bot added this to the 1.5.0 milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants