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-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-25
feat(signal): disable signal handler at all for now
nsfisis
2026-06-24
feat(php-shim): implement non-strict in_array with PHP loose comparison
nsfisis
2026-06-24
feat(php-shim): support JSON_PRETTY_PRINT in json_encode_ex
nsfisis
2026-06-24
feat(process): wire execute output handling to a callback model
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
2026-06-24
refactor(php-shim): remove is_resource/is_resource_value
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-24
feat(console): implement application description for `list`
nsfisis
2026-06-24
fix(console): make Command/BaseCommand methods take &self
nsfisis
2026-06-24
feat(process): redesign proc_* on PhpResource process handles
nsfisis
2026-06-24
refactor(package): point ComposerMirror to crate::util, drop external stub
nsfisis
2026-06-24
refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
nsfisis
2026-06-24
test(io): add IOMock test helper porting Composer's IOMock
nsfisis
2026-06-24
feat(io): implement BufferIO new/get_output/set_user_inputs
nsfisis
2026-06-24
feat(question): model Question hierarchy via QuestionInterface trait
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-23
test(command): port InitCommandTest
nsfisis
2026-06-23
refactor(console): close HelperSet to a fixed set of four helpers
nsfisis
2026-06-23
refactor(io): hold QuestionHelper directly in ConsoleIO instead of HelperSet
nsfisis
2026-06-22
test(cli): serialize cli_tests via serial_test
nsfisis
2026-06-22
feat(script): make originating event polymorphic via enum
nsfisis
2026-06-22
feat(solver): surface SolverProblemsException via two-layer Result
nsfisis
2026-06-22
test: port previously-ignored Composer tests via __ test hatches
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-22
feat(json): resolve bundled Composer schema files via build.rs
nsfisis
2026-06-22
refactor(console): introduce ApplicationHandle shared-ownership newtype
nsfisis
2026-06-22
refactor(console): drop unported LazyCommand
nsfisis
2026-06-22
feat(console): implement XmlDescriptor via DOM shim
nsfisis
2026-06-22
feat(php-shim): add DOMDocument/DOMNode XML shim
nsfisis
2026-06-22
test: un-ignore tests that now pass
nsfisis
2026-06-22
test: port more test cases
nsfisis
2026-06-22
test(php-shim): un-ignore tests now unblocked by implemented shims
nsfisis
2026-06-21
feat(php-shim): implement fs helpers and recursive directory iterators
nsfisis
2026-06-21
feat(php-shim): implement version_compare/spl_object_hash/clone et al
nsfisis
2026-06-21
feat(php-shim): implement sprintf/pack/unpack/base64/strip_tags and more
nsfisis
2026-06-21
feat(php-shim): implement exec/shell_exec/system/escapeshell*/posix_isatty
nsfisis
2026-06-21
feat(php-shim): implement serialize/var_export/to_array/get_debug_type
nsfisis
2026-06-21
refactor(php-shim): drop reset()/reset_first()/end_arr() array helpers
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
2026-06-21
feat(php-shim): implement array sort/merge/unique/splice helpers
nsfisis
2026-06-21
feat(php-shim): implement gethostbyname() and inet_pton()
nsfisis
2026-06-21
feat(php-shim): implement microtime
nsfisis
2026-06-21
feat(php-shim): implement hash, hash_raw, hash_file
nsfisis
2026-06-21
feat(php-shim): implement http_build_query via serde_urlencoded
nsfisis
2026-06-21
refactor(php-shim): remove ArrayObject, inline IndexMap into PhpMixed::Object
nsfisis
2026-06-21
refactor(php-shim): remove unused method
nsfisis
2026-06-21
feat(php-shim): implement filter_var email/ip/int validators
nsfisis
2026-06-21
refactor(php-shim): split filter_var into per-filter functions
nsfisis
[next]