aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-13 23:18:41 +0900
committernsfisis <nsfisis@gmail.com>2026-06-13 23:18:41 +0900
commite165b2ffa32e21c50787ae7227dc5333131d1414 (patch)
treea10e4218bcb93085ebbe3acb5369fdc1d88176c8 /crates/shirabe/src/console
parent69c372ba0eca61b05260d6d208445d9e69d14e34 (diff)
downloadphp-shirabe-e165b2ffa32e21c50787ae7227dc5333131d1414.tar.gz
php-shirabe-e165b2ffa32e21c50787ae7227dc5333131d1414.tar.zst
php-shirabe-e165b2ffa32e21c50787ae7227dc5333131d1414.zip
refactor(http): drop unworkable set_error_handler warning capture
PHP wraps fopen/file_get_contents/file_put_contents in set_error_handler to capture warning text into error_message. Rust reports I/O failures through return values rather than warnings, so this side channel cannot work; replace the calls with TODO(phase-c) notes and leave error_message empty until the I/O layer surfaces a reason. Also remove the now-unused set_error_handler_closure shim and make set_error_handler a no-op. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/console')
0 files changed, 0 insertions, 0 deletions