aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/string.rs
AgeCommit message (Expand)Author
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-02feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...nsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02refactor(console-io): make ensure_valid_utf8 a no-op, drop iconv shimnsfisis
2026-08-02refactor(symfony-console): drop unused Cursor methodsnsfisis
2026-08-02refactor(php-shim): drop pack/unpack in favor of direct byte handlingnsfisis
2026-08-02refactor(php-shim): replace sprintf todo!() with an unsupported panicnsfisis
2026-08-01feat(php-src): add a BSD-licensed crate for php-src derived codensfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-24fix(php-shim): keep literal '>' outside tags in strip_tagsnsfisis
2026-07-20fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8nsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-21feat(php-shim): implement sprintf/pack/unpack/base64/strip_tags and morensfisis
2026-06-21feat(php-shim): implement array sort/merge/unique/splice helpersnsfisis
2026-06-21refactor(php-shim): split lib.rsnsfisis