Hi,
I have a lot of files in a folder, and this warning in my script :
Warning: OpenDir: Too many open files (errno 24) in /home/index.php3 on line 104
How many files can open opendir() ?
thanks
There probably isn't limit on the number of files that can be inside a dir, but rather a limit on how much memory can be allocated to reading that dir.