# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\php_content_types.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\php_ini.c\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\php_content_types.h\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\php_globals.h\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\ext\session\mod_user.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\ext\bcmath\number.c\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\ext\session\mod_user.h\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\ext\bcmath\number.h\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\ext\session\mod_user.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\ext\bcmath\number.c\r
# End Source File\r
# Begin Source File\r
# Begin Source File\r
\r
SOURCE=.\ext\pcre\php_pcre.c\r
-\r
-!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
-\r
# ADD CPP /D "STATIC"\r
-\r
-!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
-\r
-# ADD CPP /D "STATIC"\r
-\r
-!ENDIF \r
-\r
# End Source File\r
# Begin Source File\r
\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\ext\session\mod_user.h\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\ext\bcmath\number.h\r
# End Source File\r
# Begin Source File\r
# Begin Source File\r
\r
SOURCE=.\ext\pcre\pcrelib\chartables.c\r
-\r
-!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
-\r
-# ADD CPP /D "STATIC"\r
-\r
-!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
-\r
# ADD CPP /D "STATIC"\r
-\r
-!ENDIF \r
-\r
# End Source File\r
# Begin Source File\r
\r
SOURCE=.\ext\pcre\pcrelib\get.c\r
-\r
-!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
-\r
-# ADD CPP /D "STATIC"\r
-\r
-!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
-\r
# ADD CPP /D "STATIC"\r
-\r
-!ENDIF \r
-\r
# End Source File\r
# Begin Source File\r
\r
SOURCE=.\ext\pcre\pcrelib\maketables.c\r
-\r
-!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
-\r
# ADD CPP /D "STATIC"\r
-\r
-!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
-\r
-# ADD CPP /D "STATIC"\r
-\r
-!ENDIF \r
-\r
# End Source File\r
# Begin Source File\r
\r
SOURCE=.\ext\pcre\pcrelib\pcre.c\r
-\r
-!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
-\r
# ADD CPP /D "STATIC"\r
-\r
-!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
-\r
-# ADD CPP /D "STATIC"\r
-\r
-!ENDIF \r
-\r
# End Source File\r
# Begin Source File\r
\r
SOURCE=.\ext\pcre\pcrelib\study.c\r
-\r
-!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
-\r
-# ADD CPP /D "STATIC"\r
-\r
-!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
-\r
# ADD CPP /D "STATIC"\r
-\r
-!ENDIF \r
-\r
# End Source File\r
# End Group\r
# Begin Group "Header Files No. 3"\r
#define NEEDRDH 1
#include "readdir.h"
+#include "php.h"
/**********************************************************************
* Implement dirent-style opendir/readdir/closedir on Window 95/NT
}
dp->offset++;
- strncpy(dp->dent.d_name, dp->fileinfo.name, _MAX_FNAME);
+ strlcpy(dp->dent.d_name, dp->fileinfo.name, _MAX_FNAME+1);
dp->dent.d_ino = 1;
dp->dent.d_reclen = strlen(dp->dent.d_name);
dp->dent.d_off = dp->offset;