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-07-04
feat(php-shim): stub memory_get_usage/memory_get_peak_usage to return 0
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-06-29
feat(php-shim): implement DirectoryIterator in fs shim
nsfisis
2026-06-28
chore: add comment to PhpMixed
nsfisis
2026-06-28
fix(php-shim): emit NUL bytes as concatenation in var_export
nsfisis
2026-06-27
refactor(http): present reqwest instead of faking curl_version
nsfisis
2026-06-27
fix(php-shim): encode empty PhpMixed::Array as []
nsfisis
2026-06-27
chore(php-shim): remove an unnecessary shim function
nsfisis
2026-06-27
feat(php-shim): drop shutdown function shim, defer OOM message to PHP
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
feat(php-shim): stub spl_autoload_register/unregister (TODO-flagged)
nsfisis
2026-06-26
test: recover binary_installer full-compat port; implement posix_getpwuid
nsfisis
2026-06-26
test: port 32 command/repository/downloader tests
nsfisis
2026-06-26
feat(shim): implement stream_select/stream_set_blocking via libc
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-26
test: port 44 vcs/downloader/version tests using mock infra
nsfisis
2026-06-25
feat(external-packages,shim): implement impl todos across components
nsfisis
2026-06-25
feat(semver): hand-port constraint AND-split to drop look-around regex
nsfisis
2026-06-25
fix(preg): treat escaped \$ in replacement as a literal dollar sign
nsfisis
2026-06-25
feat(json): validate JSON schema via the jsonschema crate
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
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
refactor(php-shim): remove is_resource/is_resource_value
nsfisis
2026-06-24
feat(process): redesign proc_* on PhpResource process handles
nsfisis
2026-06-24
test: port more unimplemented tests
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
feat(php-shim): add DOMDocument/DOMNode XML shim
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
2026-06-21
refactor(autoload): drop dead APCu cache from ClassLoader
nsfisis
2026-06-21
refactor(math): use method-style max/min/clamp over std::cmp
nsfisis
[next]