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
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)
*