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
/
string.rs
Age
Commit message (
Expand
)
Author
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-02
feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
refactor(console-io): make ensure_valid_utf8 a no-op, drop iconv shim
nsfisis
2026-08-02
refactor(symfony-console): drop unused Cursor methods
nsfisis
2026-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-02
refactor(php-shim): replace sprintf todo!() with an unsupported panic
nsfisis
2026-08-01
feat(php-src): add a BSD-licensed crate for php-src derived code
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-24
fix(php-shim): keep literal '>' outside tags in strip_tags
nsfisis
2026-07-20
fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8
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-21
feat(php-shim): implement sprintf/pack/unpack/base64/strip_tags and more
nsfisis
2026-06-21
feat(php-shim): implement array sort/merge/unique/splice helpers
nsfisis
2026-06-21
refactor(php-shim): split lib.rs
nsfisis