[php-src] master: Merge branch '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:37+02:00
Commit: https://github.com/php/php-src/commit/2fc1ef2f7013e0c3f5ca4f7c9e013e38d79ee279
Raw diff: https://github.com/php/php-src/commit/2fc1ef2f7013e0c3f5ca4f7c9e013e38d79ee279.diff
Merge branch 'PHP-8.5'
* PHP-8.5:
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