-
Notifications
You must be signed in to change notification settings - Fork 167
feat: add php 8.5 docker images #3400
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
base: master
Are you sure you want to change the base?
Conversation
Benchmarks [ tracer ]Benchmark execution time: 2025-10-10 12:51:13 Comparing candidate commit 9c50248 in PR branch Found 1 performance improvements and 6 performance regressions! Performance is the same for 185 metrics, 2 unstable metrics. scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
scenario:SpanBench/benchOpenTelemetryAPI
scenario:TraceSerializationBench/benchSerializeTrace
|
c3d6bb6
to
76324f3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3400 +/- ##
==========================================
- Coverage 61.89% 61.74% -0.15%
==========================================
Files 141 141
Lines 12501 12501
Branches 1633 1633
==========================================
- Hits 7737 7719 -18
- Misses 4042 4059 +17
- Partials 722 723 +1 see 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
b6000bf
to
7d6345a
Compare
ffba8ab
to
82c64a8
Compare
0aff6bc
to
2bc1c1d
Compare
Benchmarks [ profiler ]Benchmark execution time: 2025-10-10 11:59:59 Comparing candidate commit 9c50248 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 28 metrics, 8 unstable metrics. |
e248dc5
to
c2d5d7b
Compare
03e8d05
to
0f2a191
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Bob Weinand <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
CentOS 7's glibc lacks __builtin_cpu_init() support, causing IFUNC resolvers to crash during dynamic linking when detecting AVX2 support. Disable IFUNC and use runtime function pointer initialization instead.
Signed-off-by: Alexandre Rulleau <[email protected]>
fc24183
to
75aa61e
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
75aa61e
to
9c50248
Compare
Description
Support PHP 8.5 for the Tracer, Appsec and the profiler.
Note: This version of PHP is meant to be released on November 20th.
Note2: The remaining failing tests are fixed via this PR and will be release with the 0RC3 version of PHP 8.5. This PR will be merged once it is released.