elixer          Fri Feb  2 16:50:49 2001 EDT

  Modified files:              
    /php4/win32 readdir.c 
  Log:
  Comments didn't reflect rewinddir()
  
  
Index: php4/win32/readdir.c
diff -u php4/win32/readdir.c:1.5 php4/win32/readdir.c:1.6
--- php4/win32/readdir.c:1.5    Sun Jun  4 15:00:17 2000
+++ php4/win32/readdir.c        Fri Feb  2 16:50:48 2001
@@ -6,14 +6,15 @@
 #include "php.h"
 
 /**********************************************************************
- * Implement dirent-style opendir/readdir/closedir on Window 95/NT
+ * Implement dirent-style opendir/readdir/rewinddir/closedir on Win32
  *
- * Functions defined are opendir(), readdir() and closedir() with the
- * same prototypes as the normal dirent.h implementation.
+ * Functions defined are opendir(), readdir(), rewinddir() and
+ * closedir() with the same prototypes as the normal dirent.h
+ * implementation.
  *
- * Does not implement telldir(), seekdir(), rewinddir() or scandir(). 
- * The dirent struct is compatible with Unix, except that d_ino is 
- * always 1 and d_off is made up as we go along.
+ * Does not implement telldir(), seekdir(), or scandir().  The dirent
+ * struct is compatible with Unix, except that d_ino is always 1 and
+ * d_off is made up as we go along.
  *
  * The DIR typedef is not compatible with Unix.
  **********************************************************************/



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to