index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-external-packages
/
src
/
symfony
/
process
Age
Commit message (
Expand
)
Author
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(env): split and join PATH lists with std::env
nsfisis
2026-08-09
refactor(path): build paths with Path::join
nsfisis
2026-08-09
refactor(external-packages): test for Windows with cfg!(windows)
nsfisis
2026-08-09
refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constant
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-06
refactor(php-shim): take &str and return String from pathinfo
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-07-24
refactor(symfony-process): remove unused Process API surface
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-06-28
feat(process): implement PhpExecutableFinder::find env fallbacks
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
feat(shim): implement stream_select/stream_set_blocking via libc
nsfisis
2026-06-25
feat(external-packages,shim): implement impl todos across components
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
refactor(php-shim): remove is_resource/is_resource_value
nsfisis
2026-06-24
feat(process): redesign proc_* on PhpResource process handles
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-21
feat(php-shim): implement microtime
nsfisis
2026-06-20
feat(symfony-process): port full Process class from PHP
nsfisis
2026-06-14
chore: add "ref" comments to file header
nsfisis
2026-06-12
feat(symfony-console): port Symfony Console and make the workspace compile
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-17
chore: cargo clippy --fix
nsfisis
2026-05-17
feat(port): add stub implementations of shirabe-external-packages
nsfisis