|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-29 12:39 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Feb 06 16:00:02 2026 UTC |
PHP 4.0 Beta Patch Level 1 fails to compile on HP-UX10.20. The failure occurs in the localtime_r function. On HP-UX, this function is defined as follows (copied from /usr/include/time.h): extern struct tm *localtime(const time_t *); extern int localtime_r(const time_t *, struct tm *); There are some similar warnings that appear for gmtime_r function too. Similar problem appears in the following files: ext/standard/parsedate.y ext/standard/datetime.c main.c I was able to compile when I used the solution in Bug id #3392.