index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
package
/
archiver
/
phar_archiver.rs
Age
Commit message (
Expand
)
Author
2026-08-18
refactor(function-exists): drop checks for always-present capabilities
nsfisis
2026-08-09
fix(archiver): narrow PharArchiver's catch to \UnexpectedValueException
nsfisis
2026-08-09
fix(exception): carry PHP's $previous through the ported throw sites
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-06
refactor(archiver): yield PathBuf from ArchivableFilesFinder, drop SplFileInfo
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port PharArchiver.php
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis