diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-10 08:45:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-10 08:45:18 +0900 |
| commit | 6066087795efe76357f929bc1148deb1835cbbae (patch) | |
| tree | 2032c9f983d7c73722cf9afc8376a8412ce0a82f /crates/shirabe-php-rpc/php | |
| parent | 96fcd5ef671579b5b75e01de99bbe54d8c1e877b (diff) | |
| download | php-shirabe-6066087795efe76357f929bc1148deb1835cbbae.tar.gz php-shirabe-6066087795efe76357f929bc1148deb1835cbbae.tar.zst php-shirabe-6066087795efe76357f929bc1148deb1835cbbae.zip | |
refactor(autoload): resolve include_path in the PHP worker
ClassLoader's PSR-0 include_path lookup went through a shim stub that could
only have answered with an invented include_path: the setting is PHP runtime
state, and the one thing that turns useIncludePath on is the generated
autoload_real.php, whose set_include_path() call runs inside the worker.
Ask the worker instead, so the search sees the same path list as the process
that ends up including the resolved file.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-rpc/php')
0 files changed, 0 insertions, 0 deletions
