index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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(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-09
test(console): cover the dev build warning branch
nsfisis
2026-08-09
fix(json): let an \Error out of JsonFile::read untouched
nsfisis
2026-08-09
fix(archiver): narrow PharArchiver's catch to \UnexpectedValueException
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
2026-08-08
chore: remove unused functions
nsfisis
2026-08-07
feat(installer): dispatch package events
nsfisis
2026-08-07
fix(plugin): make proxy stub property access an explicit error
nsfisis
2026-08-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-07
feat(plugin): cross alias packages over RPC as proxy stubs
nsfisis
2026-08-07
refactor(platform-repository): fetch the PHP runtime in one RPC call
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
nsfisis
2026-08-07
chore: use shirabe_php_shim::impl_php_class
nsfisis
2026-08-07
test: port the tests left as todo!() stubs
nsfisis
2026-08-07
feat(php-rpc): cross materialized values as PHP object records
nsfisis
2026-08-06
fix(php-rpc): carry the worker channel over a socketpair
nsfisis
2026-08-06
fix(platform-repository): report the icu and imagick libraries
nsfisis
2026-08-06
fix(repository-manager): fail explicitly on an unknown repository class
nsfisis
2026-08-06
fix(download-manager): name the downloader class in its LogicException
nsfisis
2026-08-06
test(version-selector): drop four stale #[ignore] attributes
nsfisis
2026-08-06
feat(plugin): let links and release dates cross the RPC boundary
nsfisis
2026-08-06
refactor(php-shim): take &str and return String from pathinfo
nsfisis
2026-08-06
refactor: replace literal-list in_array_strict with matches!
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
style(autoload): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
style(binary-installer): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
refactor(class-map-generator): narrow scanPaths' $path to a string
nsfisis
2026-08-06
refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifier
nsfisis
2026-08-06
chore(spdx-licenses): drop members Composer never calls
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
feat(console): override TransportException's code in doRun
nsfisis
2026-08-06
fix(symfony-filesystem): restore upstream behavior in five spots
nsfisis
[next]