index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
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
2026-06-21
feat(php-shim): implement round() shim
nsfisis
2026-06-21
refactor(json): eliminate json_last_error in favor of Result
nsfisis
2026-06-21
refactor(php-shim): split lib.rs
nsfisis
2026-06-21
test(tests): expand stub macros into plain test functions
nsfisis
2026-06-21
feat(php-shim): implement pure-function todo!() stubs
nsfisis
2026-06-21
test(tests): port setUp/tearDown as set_up/tear_down with TearDown
nsfisis
2026-06-21
test: port remaining repository and util tests as stubs
nsfisis
2026-06-21
test: port package archiver/loader/version/locker and PluginInstaller stubs
nsfisis
2026-06-21
test: port downloader/installer/io/json/event-dispatcher/functional stubs
nsfisis
2026-06-21
test: port Auditor/JsonConfigSource/AutoloadGenerator as stubs
nsfisis
2026-06-21
test(dependency-resolver): port DefaultPolicy/PoolBuilder/PoolOptimizer/Solve...
nsfisis
2026-06-21
test(config): port ConfigTest
nsfisis
2026-06-21
test(json): port JsonManipulatorTest as stubs
nsfisis
2026-06-21
test(json): port JsonFileTest
nsfisis
2026-06-21
test(package): port ArrayDumperTest
nsfisis
2026-06-21
test(command): port remaining command tests as ApplicationTester stubs
nsfisis
2026-06-21
test(repository): port VCS driver tests (Git/GitHub/GitLab/Bitbucket/Svn/Perf...
nsfisis
2026-06-21
test(repository): port PathRepositoryTest as stubs
nsfisis
2026-06-21
test(package): port RootPackageLoaderTest as stubs
nsfisis
2026-06-21
test: port SecurityAdvisoryPoolFilter, downloader/command/app stubs
nsfisis
2026-06-21
test(dependency-resolver): port RuleSetTest
nsfisis
2026-06-21
test: port GitHub/GitLab/Forgejo, Search/CheckPlatformReqs, ZipArchiver stubs
nsfisis
2026-06-21
test: port ArtifactRepositoryTest and BinaryInstallerTest as stubs
nsfisis
2026-06-21
test: port TransactionTest and StrictConfirmationQuestionTest as stubs
nsfisis
2026-06-21
test: port HgDriverTest and RootAliasPackageTest
nsfisis
2026-06-21
test(cache): port CacheTest
nsfisis
2026-06-21
test: port MetapackageInstallerTest and SelfUpdate/Status/Home command stubs
nsfisis
2026-06-21
test(repository): port FilterRepositoryTest
nsfisis
2026-06-21
test(dependency-resolver): port RuleTest
nsfisis
2026-06-21
test(package): port BasePackageTest
nsfisis
2026-06-21
test(factory): ignore fails-if-dir to avoid COMPOSER env race
nsfisis
2026-06-21
test: port IniHelperTest and RepositoryUtilsTest
nsfisis
2026-06-21
test: port ClassLoader/HttpDownloader/Reinstall command tests
nsfisis
[prev]
[next]