ID: 13519 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment:
Whoops! There are a _lot_ more than just those two files that require "time.h" to be changed to "_time.h". Lousy non-regex search :) Previous Comments: ------------------------------------------------------------------------ [2001-10-02 14:46:27] [EMAIL PROTECTED] I _believe_ this issue only applies to VS.NET, but have not tested it in earlier versions. Using Visual Studio 7.0 build 9254 (VS.NET Beta 2), the build of "time.c" and "sendmail.c" fail because header <time.h> fails to be included. Checking the sources, it is absolutely impossible for the "#include <time.h>" statement not to be compiled, but the statement appeared to be ignored anyway. When the filename of "time.h" (in /win32) is changed to "_time.h" and the approriate #include lines in "time.c" and "sendmail.c" are modified, compilation succeeds normally. A little testing showed that VS.NET was including "time.h" (part of php4) instead of <time.h> (part of msvcrt.dll). Once the filename conflict was resolved, the correct file was included. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13519&edit=1 -- PHP Development 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]