diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 14:07:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | 2ff25dc307bc7e2d204feb368fc27bae8ce24ede (patch) | |
| tree | 8ff2a100c7014458ce0a7ceb69c4c5c382e33ab9 /crates/shirabe-external-packages/src/symfony/finder | |
| parent | 4c11cc96b2a979711bf15d600800eedb9bb57e80 (diff) | |
| download | php-shirabe-2ff25dc307bc7e2d204feb368fc27bae8ce24ede.tar.gz php-shirabe-2ff25dc307bc7e2d204feb368fc27bae8ce24ede.tar.zst php-shirabe-2ff25dc307bc7e2d204feb368fc27bae8ce24ede.zip | |
feat(filesystem): port Symfony Filesystem methods
Faithfully port the Symfony Filesystem component methods (copy, mkdir, exists,
touch, remove, chmod, rename, symlink, hard_link, read_link, make_path_relative,
mirror, is_absolute_path, dump_file, append_to_file, temp_nam) from the PHP
source, using existing php-shim functions and std where no shim exists.
chown/chgrp need chown(2) (no std/shim equivalent) and the mirror filter-iterator
branch is unmodeled; both left as todo!() with documented reasons. The four
Composer\Util\Filesystem helpers mistakenly stubbed here stay todo!().
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-external-packages/src/symfony/finder')
0 files changed, 0 insertions, 0 deletions
