ID: 13519
Updated by: dbeu
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Suspended
Bug Type: Compile Failure
Operating System: Windows 2000 SP2
PHP Version: 4.0.6
New Comment:

again vs.net is not yet supported.
actually php's time.h includes the system time.h so i don't know what the change is 
going to resolve...
maybe something's messed with your include paths.

Previous Comments:
------------------------------------------------------------------------

[2001-10-02 14:52:32] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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]

Reply via email to