index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-php-rpc
Age
Commit message (
Expand
)
Author
2026-08-04
feat(plugin): generate proxy stubs for the package and repository graph
nsfisis
2026-08-04
feat(plugin): dispatch plugin event subscribers through the RPC worker
nsfisis
2026-08-04
feat(plugin): generate the worker proxy stubs from the Composer sources
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-03
feat(php-rpc): rework the RPC channel into the tagged plugin protocol
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-07-26
feat(diagnose-command): report the real curl version
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-20
feat(php-rpc): attach worker process state to request I/O errors
nsfisis
2026-07-20
feat(php-rpc): implement phpinfo() capture over RPC
nsfisis
2026-07-04
fix(php-rpc): panic on RPC failure instead of silently swallowing it
nsfisis
2026-07-04
fix(php-rpc): wire Runtime::invoke/get_extension_info/extensions
nsfisis
2026-07-02
feat(php-rpc): implement Runtime::has_constant/get_constant via php-rpc
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-07-01
test(php-rpc): cover serialize parser, framing, and PHP query
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
nsfisis