aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/show_command.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-20 06:28:13 +0900
committernsfisis <nsfisis@gmail.com>2026-07-20 06:28:13 +0900
commit8b9368a3d2c8cb5b73edc794b77ebd2460d24b06 (patch)
tree6ec4e7342ece017030da5639064343a1b9677ace /crates/shirabe/src/command/show_command.rs
parent8766b9dbc981c827d49658b7bc79d860031c0493 (diff)
downloadphp-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/src/command/show_command.rs')
0 files changed, 0 insertions, 0 deletions