ID: 8118 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Does this happen with PHP 4.0.5 ?? --Jani Previous Comments: --------------------------------------------------------------------------- [2000-12-05 10:25:10] [EMAIL PROTECTED] Is there the problem in configure ? checking whether struct tm is in sys/time.h or time.h... time.h --------------------------------------------------------------------------- [2000-12-05 10:16:02] [EMAIL PROTECTED] Is there the problem in configure ? checking whether struct tm is in sys/time.h or time.h... time.h --------------------------------------------------------------------------- [2000-12-05 10:10:17] [EMAIL PROTECTED] Last update from me: At which place can i set _XPG_IV ? Stefan --------------------------------------------------------------------------- [2000-12-05 10:06:03] [EMAIL PROTECTED] This is in the time.h: #if defined(_XPG_IV) int gettimeofday(struct timeval *, void *); #else int gettimeofday(struct timeval *); --------------------------------------------------------------------------- [2000-12-05 10:01:57] [EMAIL PROTECTED] here is the man gettimeofday: #include <sys/time.h> int gettimeofday(struct timeval *tp, void *tzp); int settimeofday(struct timeval *tp); --------------------------------------------------------------------------- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=8118&edit=2 -- 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]