aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-16 16:25:20 +0900
committernsfisis <nsfisis@gmail.com>2026-08-16 17:34:46 +0900
commit2bb7e5b09947154fd3b2e20d9f4837482e96ab1a (patch)
treea39972f366da4bf040e435275748614d95b98f8f /Cargo.lock
parentbe794e58bfb36b5ab6643f264b67766cd22e4d77 (diff)
downloadphp-shirabe-2bb7e5b09947154fd3b2e20d9f4837482e96ab1a.tar.gz
php-shirabe-2bb7e5b09947154fd3b2e20d9f4837482e96ab1a.tar.zst
php-shirabe-2bb7e5b09947154fd3b2e20d9f4837482e96ab1a.zip
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) <noreply@anthropic.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86c1c272..3861f168 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2126,6 +2126,9 @@ dependencies = [
[[package]]
name = "shirabe-ca-bundle"
version = "0.0.1"
+dependencies = [
+ "shirabe-php-shim",
+]
[[package]]
name = "shirabe-class-map-generator"