[php-src] PHP-8.5: Merge branch 'PHP-8.4' into PHP-8.5
Arnaud Le Blanc <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Arnaud Le Blanc (arnaud-lb)
Date: 2026-08-11T11:56:22+02:00
Commit: https://github.com/php/php-src/commit/4f1af0d9efdb3c870e4aa807745d4541f8ddc41c
Raw diff: https://github.com/php/php-src/commit/4f1af0d9efdb3c870e4aa807745d4541f8ddc41c.diff
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
perf: speed up benchmark checkout (#23211)
Changed paths:
M .github/workflows/test-suite.yml
Diff:
diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml
index 2046a3d816c8..b444caf6b820 100644
--- a/.github/workflows/test-suite.yml
+++ b/.github/workflows/test-suite.yml
@@ -919,6 +919,7 @@ jobs:
with:
ref: ${{ fromJson(inputs.branch).ref }}
fetch-depth: 0
+ filter: blob:none
# ASLR can cause a lot of noise due to missed sse opportunities for memcpy
# and other operations, so we disable it during benchmarking.
- name: Disable ASLR