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-shim
/
src
Age
Commit message (
Expand
)
Author
2026-08-16
feat(php-rpc): replay Rust-side env writes into the PHP worker
nsfisis
2026-08-16
refactor(php-shim): decode JSON straight into PhpMixed
nsfisis
2026-08-16
refactor(php-shim): split json_decode into assoc and obj variants
nsfisis
2026-08-16
refactor(php-shim): give fstat and lstat a typed FileStat result
nsfisis
2026-08-16
refactor(php-shim): give posix_getpwuid a typed PasswdEntry result
nsfisis
2026-08-16
refactor(php-shim): give parse_url a typed UrlComponents result
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-16
feat(php-shim): render human-facing timestamps in the local timezone
nsfisis
2026-08-15
refactor(php-shim): drop the unused opendir directory handle
nsfisis
2026-08-15
docs(php-shim): state the ignored file I/O flags as a contract
nsfisis
2026-08-15
docs(php-shim): drop the inaccurate fileperms TODO
nsfisis
2026-08-15
feat(php-shim): drop the modelled PHP version constants
nsfisis
2026-08-15
refactor(php-shim): take only the data argument in http_build_query
nsfisis
2026-08-15
feat(diagnose): audit the Composer runtime the executable carries
nsfisis
2026-08-15
fix(phar): match the stub token in any letter case
nsfisis
2026-08-15
feat(php-rpc): embed the Composer PHP runtime in the executable
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the HHVM_VERSION constant
nsfisis
2026-08-11
chore(php-shim): drop the substring predicate ports
nsfisis
2026-08-11
chore(php-shim): drop the PHP_INT_* constants
nsfisis
2026-08-11
chore(php-shim): drop the ob_start()/ob_get_clean() ports
nsfisis
2026-08-11
feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpoints
nsfisis
2026-08-11
refactor(util): drop the unused TlsHelper port
nsfisis
2026-08-10
feat(console): import scripts Command classes as application commands
nsfisis
2026-08-10
refactor(symfony-process): drop the --enable-sigchild workarounds
nsfisis
2026-08-10
refactor(autoload): resolve include_path in the PHP worker
nsfisis
2026-08-10
refactor(symfony-console): drop the unreachable process title surface
nsfisis
2026-08-10
fix(php-shim): return an error from fileperms instead of 0
nsfisis
2026-08-10
style(php-shim): drop the underscore from used parameter names
nsfisis
2026-08-09
feat(path-downloader): restrict a mirrored path package to its archivable files
nsfisis
2026-08-09
feat(symfony-filesystem): finish the Filesystem port and trim its API
nsfisis
2026-08-09
feat(php-shim): replace error_get_last with the failing call's io::Error
nsfisis
2026-08-09
refactor(php-shim): make the fs mutators return Result
nsfisis
2026-08-09
feat(symfony-filesystem): append the failure reason to IOExceptions
nsfisis
2026-08-09
refactor(installed-versions): drop the Rust port, which has no readers
nsfisis
2026-08-09
refactor(installer): drop the GC control calls
nsfisis
2026-08-09
refactor(installed-versions): merge the name lists without call_user_func_array
nsfisis
2026-08-09
refactor(php-shim): remove call_user_func, which has no callers
nsfisis
2026-08-09
refactor(php-shim): remove shim functions with no callers
nsfisis
2026-08-09
fix(dependency-resolver): query the PHP runtime for the php version
nsfisis
2026-08-09
test(platform): drop HHVM-only paths from HhvmDetector test
nsfisis
2026-08-09
feat(archiver): preserve file permissions in zip archives
nsfisis
2026-08-09
refactor(env): split and join PATH lists with std::env
nsfisis
2026-08-09
refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constant
nsfisis
2026-08-09
test(console): cover the dev build warning branch
nsfisis
2026-08-09
fix(exception): carry PHP's $previous through the ported throw sites
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
feat(composer): bake the dev build warning deadline in at build time
nsfisis
2026-08-08
refactor(php-shim): dispatch spl_object_hash on Rc and references
nsfisis
2026-08-08
refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
[next]