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-17
refactor(preg): return the preg_* $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null in the vec-shaped preg_*
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null throughout
nsfisis
2026-08-17
docs(output-formatter): drop the stale possessive-quantifier TODO
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flag
nsfisis
2026-08-17
fix(platform): expand the %VAR% form in expand_path()
nsfisis
2026-08-17
refactor(php-shim): split single_match_map() by unmatched_as_null
nsfisis
2026-08-17
refactor(pcre): drop the guards for unsupported preg flags
nsfisis
2026-08-17
fix(no-proxy-pattern): drop empty entries when splitting NO_PROXY
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-17
refactor(preg): drop Option wrapper from matches arg of match_all*()
nsfisis
2026-08-17
refactor(preg): drop pass-through private helpers
nsfisis
2026-08-17
refactor(preg): merge preg_match_all_offset_capture2() into its sibling
nsfisis
2026-08-17
fix(pcre): preserve unmatched groups in Preg::match_all*()
nsfisis
2026-08-17
refactor(preg): drop unused args of preg_match_all_offset_capture2()
nsfisis
2026-08-17
refactor(preg): drop unused flags and offset of preg_match_all2()
nsfisis
2026-08-16
refactor(preg): make preg_grep() return an iterator
nsfisis
2026-08-16
refactor(preg): import preg_*() instead of qualifying them
nsfisis
2026-08-16
refactor(preg): re-order preg_*() functions in shim
nsfisis
2026-08-16
refactor(preg): merge preg_replace_callback2 into preg_replace_callback
nsfisis
2026-08-16
perf(php-shim): scan the phar stub token with memchr
nsfisis
2026-08-16
test: correct stale #[ignore] reasons
nsfisis
2026-08-16
refactor(tests): share the PHP worker helpers with the plugin binary
nsfisis
2026-08-16
fix(autoload): expand the dirsep placeholder in target-dir patterns
nsfisis
2026-08-16
fix(php-shim): fail RecursiveIteratorFileInfo::get_size on a failed stat
nsfisis
2026-08-16
fix(symfony-finder): fail SplFileInfo::get_size on a failed stat
nsfisis
2026-08-16
build(linters): forbid direct std::env access
nsfisis
2026-08-16
refactor(env): route Shirabe's own env reads through the shim
nsfisis
2026-08-16
fix(ca-bundle): resolve SSL_CERT_* the way CaBundle does
nsfisis
2026-08-16
fix(proxy-manager): read proxy settings from $_SERVER
nsfisis
2026-08-16
fix(factory): detect XDG from $_SERVER
nsfisis
2026-08-16
fix(php-shim): accept negative offsets in substr_replace
nsfisis
2026-08-16
fix(php-shim): render floats through php_gcvt
nsfisis
2026-08-16
fix(php-src): round dtoa ties to even and port gcvt mode 2
nsfisis
2026-08-16
feat(plugin): proxy Composer\Util\Filesystem into the plugin worker
nsfisis
2026-08-16
feat(php-rpc): replay Rust-side env writes into the PHP worker
nsfisis
2026-08-16
feat(plugin): guard Rust-owned classes the worker has no proxy for
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
fix(config): stringify cache-files-maxsize like PHP's (string) cast
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(style): drop the unused SymfonyStyle methods
nsfisis
2026-08-16
refactor(style): type SymfonyStyle messages as strings and cells
nsfisis
2026-08-16
refactor(io): take &str in ConsoleIO write and sanitize
nsfisis
2026-08-16
test(event-dispatcher): run PHPUnit-class listeners in the PHP worker
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
[next]