1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/spl
David Carlier ae59c69467 ext/spl: DirectoryIterator to support modern filesytems.
With filesystems with builtin large capacity such as ZFS, Btfrs, NTFS
 or even ext4 with large_dir feature enabled, an int to represent an
entry index is falling short, thus risking overflows.

A zend_long however should cover this need without  increasing out
internal data structure.

close GH-20705
2025-12-14 22:01:02 +00:00
..
2025-12-14 13:35:03 +01:00
2024-06-08 17:15:36 +01:00
2025-11-30 10:43:52 +01:00
2024-06-15 01:33:09 +01:00