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-18
refactor(preg): anchor A patterns at the call site
nsfisis
2026-08-18
refactor(preg): drop the Vec-returning preg_match_all
nsfisis
2026-08-18
refactor(preg): fold preg_match into preg_match2
nsfisis
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
nsfisis
2026-08-18
refactor(preg): split PregMatches reads into get() and name()
nsfisis
2026-08-18
refactor(pcre): drop the two bespoke isMatch variants
nsfisis
2026-08-18
refactor(preg): back PregMatches with regex::Captures
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
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
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
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
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-17
refactor(preg): merge preg_match_all_offset_capture2() into its sibling
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): 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
fix(php-shim): fail RecursiveIteratorFileInfo::get_size on a failed stat
nsfisis
2026-08-16
refactor(env): route Shirabe's own env reads through the shim
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
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
[next]