diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-20 06:28:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-20 06:28:13 +0900 |
| commit | 8b9368a3d2c8cb5b73edc794b77ebd2460d24b06 (patch) | |
| tree | 6ec4e7342ece017030da5639064343a1b9677ace /crates/shirabe/Cargo.toml | |
| parent | 8766b9dbc981c827d49658b7bc79d860031c0493 (diff) | |
| download | php-shirabe-8b9368a3d2c8cb5b73edc794b77ebd2460d24b06.tar.gz php-shirabe-8b9368a3d2c8cb5b73edc794b77ebd2460d24b06.tar.zst php-shirabe-8b9368a3d2c8cb5b73edc794b77ebd2460d24b06.zip | |
fix(config): restore PHP (int) cast for ttl and timeout values
PHP's Config::get() applies an (int) cast to cache-files-ttl, cache-ttl,
and the process-timeout env override (Config.php:326,367,398), so string
values like '99999999' become integers. The strict PhpMixed::as_int
returned None for strings, collapsing them to 0. Use the intval shim,
which implements the PHP cast, and un-ignore
test_cache_garbage_collection_is_called which this had blocked.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/Cargo.toml')
0 files changed, 0 insertions, 0 deletions
