aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-29 21:56:39 +0900
committernsfisis <nsfisis@gmail.com>2026-06-29 21:58:35 +0900
commit91ccd49cf68bca199e7d41fa65a4a3b0d1368127 (patch)
tree77206f45d192ba27f2d322d2cb1df89f0e4c6dc3 /Cargo.lock
parentff90c6b259f597a17d73aaf5c3a437bfdda3e68e (diff)
downloadphp-shirabe-91ccd49cf68bca199e7d41fa65a4a3b0d1368127.tar.gz
php-shirabe-91ccd49cf68bca199e7d41fa65a4a3b0d1368127.tar.zst
php-shirabe-91ccd49cf68bca199e7d41fa65a4a3b0d1368127.zip
feat(php-shim): implement DirectoryIterator in fs shim
Give DirectoryIteratorEntry a backing path (mirroring RecursiveIteratorFileInfo) and make directory_iterator enumerate entries, returning Result to match PHP DirectoryIterator's UnexpectedValueException on an unopenable directory. Wire the new Result through DumpCompletionCommand's get_supported_shells. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2cc98a2..72553e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2065,6 +2065,7 @@ dependencies = [
"serde_urlencoded",
"sha1",
"sha2 0.11.0",
+ "tempfile",
"twox-hash",
"zip",
]