diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-13 23:18:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-13 23:18:41 +0900 |
| commit | e165b2ffa32e21c50787ae7227dc5333131d1414 (patch) | |
| tree | a10e4218bcb93085ebbe3acb5369fdc1d88176c8 /crates/shirabe-external-packages/src/symfony/console/input/argv_input.rs | |
| parent | 69c372ba0eca61b05260d6d208445d9e69d14e34 (diff) | |
| download | php-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-external-packages/src/symfony/console/input/argv_input.rs')
0 files changed, 0 insertions, 0 deletions
