Re: [PHP-DEV] /win32/readdir.c review

2004-06-15 Thread Derick Rethans
On Tue, 15 Jun 2004, Alexander Valyalkin wrote: > Today I checked file /win32/readdir.c > Below you can view its source with my comments. Just a little notice that you succesfully made it into my killfilter. Great job! Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

[PHP-DEV] /win32/readdir.c review

2004-06-15 Thread Alexander Valyalkin
Today I checked file /win32/readdir.c Below you can view its source with my comments. begin of /win32/readdir.c source=== DIR *opendir(const char *dir) { DIR *dp; char *filespec; long handle; /* - [index] must have (size_t) type (see it usage below) *