diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-16 16:25:20 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-16 17:34:46 +0900 |
| commit | 2bb7e5b09947154fd3b2e20d9f4837482e96ab1a (patch) | |
| tree | a39972f366da4bf040e435275748614d95b98f8f /crates/shirabe-ca-bundle/Cargo.toml | |
| parent | be794e58bfb36b5ab6643f264b67766cd22e4d77 (diff) | |
| download | php-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 'crates/shirabe-ca-bundle/Cargo.toml')
| -rw-r--r-- | crates/shirabe-ca-bundle/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
