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
/
runtime.rs
Age
Commit message (
Expand
)
Author
2026-08-16
feat(php-shim): render human-facing timestamps in the local timezone
nsfisis
2026-08-15
feat(php-shim): drop the modelled PHP version constants
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 PHP_INT_* constants
nsfisis
2026-08-11
feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpoints
nsfisis
2026-08-10
refactor(symfony-process): drop the --enable-sigchild workarounds
nsfisis
2026-08-10
style(php-shim): drop the underscore from used parameter names
nsfisis
2026-08-09
feat(php-shim): replace error_get_last with the failing call's io::Error
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
test(console): cover the dev build warning branch
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
test: port the tests left as todo!() stubs
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
feat(php-shim): implement syscall-backed functions via the nix crate
nsfisis
2026-08-01
feat(php-src): add a BSD-licensed crate for php-src derived code
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-24
refactor(filesystem-repository): drop eval() shim, defer installed.php reload...
nsfisis
2026-07-04
feat(php-shim): stub memory_get_usage/memory_get_peak_usage to return 0
nsfisis
2026-06-27
chore(php-shim): remove an unnecessary shim function
nsfisis
2026-06-27
feat(php-shim): drop shutdown function shim, defer OOM message to PHP
nsfisis
2026-06-26
feat(php-shim): stub spl_autoload_register/unregister (TODO-flagged)
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-25
feat(semver): hand-port constraint AND-split to drop look-around regex
nsfisis
2026-06-21
feat(php-shim): implement version_compare/spl_object_hash/clone et al
nsfisis
2026-06-21
refactor(json): eliminate json_last_error in favor of Result
nsfisis
2026-06-21
refactor(php-shim): split lib.rs
nsfisis