index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
Age
Commit message (
Expand
)
Author
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(autoload): resolve include_path in the PHP worker
nsfisis
2026-08-10
refactor(autoload): drop the todo!() composerRequire stub
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-10
fix(php-shim): return an error from fileperms instead of 0
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
build(cargo): fill in the package metadata
nsfisis
2026-08-09
docs(license): carry each ported package's license in its crate
nsfisis
2026-08-09
fix(autoload): embed ClassLoader.php and the LICENSE at build time
nsfisis
2026-08-09
feat(plugin): let a Rust-implemented plugin cross into the worker
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
refactor(cargo): drop the now-empty shirabe-external-packages crate
nsfisis
2026-08-09
refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...
nsfisis
2026-08-09
refactor(ca-bundle): extract composer/ca_bundle into the shirabe-ca-bundle crate
nsfisis
2026-08-09
refactor(seld-signal): extract seld/signal into the shirabe-seld-signal crate
nsfisis
2026-08-09
refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
refactor(io): move LogLevel into base_io
nsfisis
2026-08-09
test(cli): drop the CLI smoke tests
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
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
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-07
feat(installer): dispatch package events
nsfisis
2026-08-07
fix(plugin): make proxy stub property access an explicit error
nsfisis
[prev]
[next]