From 2bb7e5b09947154fd3b2e20d9f4837482e96ab1a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 16 Aug 2026 16:25:20 +0900 Subject: fix(ca-bundle): resolve SSL_CERT_* the way CaBundle does CaBundle::getEnvVariable() prefers $_SERVER and falls back to getenv() only under the CLI SAPI. The port read the live process environment for both SSL_CERT_FILE and SSL_CERT_DIR, skipping the snapshot entirely. Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-ca-bundle/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/shirabe-ca-bundle/Cargo.toml') diff --git a/crates/shirabe-ca-bundle/Cargo.toml b/crates/shirabe-ca-bundle/Cargo.toml index 39db9f6b..36319017 100644 --- a/crates/shirabe-ca-bundle/Cargo.toml +++ b/crates/shirabe-ca-bundle/Cargo.toml @@ -7,5 +7,8 @@ description = "A Rust port of composer/ca-bundle" repository.workspace = true license.workspace = true +[dependencies] +shirabe-php-shim.workspace = true + [lints] workspace = true -- cgit v1.3.1-4-g156e