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
/
preg.rs
Age
Commit message (
Expand
)
Author
2026-07-05
perf(pcre): cache compiled regex patterns across preg_* calls
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-25
fix(preg): treat escaped \$ in replacement as a literal dollar sign
nsfisis
2026-06-20
refactor(clippy): resolve idiomatic lint warnings
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
feat(php-shim): implement more shim functions
nsfisis
2026-06-14
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
refactor(pcre): take &mut matches in preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool/usize from preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool from preg_match shim
nsfisis
2026-06-14
refactor(pcre): treat regex compile failure as fatal in shim
nsfisis
2026-06-14
refactor(pcre): consolidate duplicate preg_* shim helpers
nsfisis
2026-06-14
refactor(pcre): move preg_* free functions into php-shim
nsfisis