From f18a47281b770a1961f3818581bc7431411a4ef4 Mon Sep 17 00:00:00 2001 From: PurHur Date: Sun, 26 Jul 2026 02:45:53 +0000 Subject: [PATCH] Trust: spine-sync ldap_result_builtins + restamp gen-0 (#10533) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pillar 1: cover ext/ldap/ldap_result_builtins.php in compiler_lib_spine_smoke after #23270, and restamp lowering_source_fingerprint (ee06d2eaca13…) so north-star5-verify-fast 4f-m stays green. Blob sha/size unchanged; verified-fresh remains #22642. Co-authored-by: Cursor --- prelinked/bootstrap-gen0/.bootstrap_lowering_source.sha | 2 +- prelinked/bootstrap-gen0/manifest.json | 4 ++-- test/selfhost/compiler_lib_spine_smoke/main.php | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/prelinked/bootstrap-gen0/.bootstrap_lowering_source.sha b/prelinked/bootstrap-gen0/.bootstrap_lowering_source.sha index 3c70c19563..914f09ff46 100644 --- a/prelinked/bootstrap-gen0/.bootstrap_lowering_source.sha +++ b/prelinked/bootstrap-gen0/.bootstrap_lowering_source.sha @@ -1 +1 @@ -45c607c7297929b3417574c1a570fb1211005d2c935907e634bc0c24fc14b5a3 \ No newline at end of file +ee06d2eaca135bfd45cc21d2bf6c1c624210fd2bb3863776998810a7864a09b3 \ No newline at end of file diff --git a/prelinked/bootstrap-gen0/manifest.json b/prelinked/bootstrap-gen0/manifest.json index b143b64189..f702f61156 100644 --- a/prelinked/bootstrap-gen0/manifest.json +++ b/prelinked/bootstrap-gen0/manifest.json @@ -1,6 +1,6 @@ { "version": 1, - "generated_at": "2026-07-26T02:19:42+00:00", + "generated_at": "2026-07-26T02:48:37+00:00", "driver": "prelinked/bootstrap-gen0/bin-compile-aot", "compiler_minimal_sidecar": "prelinked/bootstrap-gen0/compiler_minimal_aot_blob", "compiler_lib_sidecar": "prelinked/bootstrap-gen0/compiler_lib_aot_blob", @@ -29,6 +29,6 @@ ], "build_target": "inventory argv emit (Zend native rebuild, BOOTSTRAP_INVENTORY_DRIVER_USE_PRELINKED=0)", "issue": "#3053, #1492, #2880, #3046, #8713", - "lowering_source_fingerprint": "45c607c7297929b3417574c1a570fb1211005d2c935907e634bc0c24fc14b5a3", + "lowering_source_fingerprint": "ee06d2eaca135bfd45cc21d2bf6c1c624210fd2bb3863776998810a7864a09b3", "provenance": "unverified-restamp" } diff --git a/test/selfhost/compiler_lib_spine_smoke/main.php b/test/selfhost/compiler_lib_spine_smoke/main.php index 717c54a97f..29645caddd 100644 --- a/test/selfhost/compiler_lib_spine_smoke/main.php +++ b/test/selfhost/compiler_lib_spine_smoke/main.php @@ -1091,6 +1091,7 @@ require_once __DIR__.'/../../../ext/ldap/ldap_link_builtins.php'; require_once __DIR__.'/../../../ext/ldap/ldap_modify_builtins.php'; require_once __DIR__.'/../../../ext/ldap/ldap_search_builtins.php'; +require_once __DIR__.'/../../../ext/ldap/ldap_result_builtins.php'; require_once __DIR__.'/../../../ext/ldap/ldap_exop_builtins.php'; require_once __DIR__.'/../../../ext/ldap/ldap_connect_wallet.php'; require_once __DIR__.'/../../../ext/libxml/BuiltinClasses.php';