ID: 31232 Updated by: [EMAIL PROTECTED] Reported By: aaron dot bailey at hp dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: hp-ux 11.11 PHP Version: 5.0.3 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2004-12-21 18:25:49] aaron dot bailey at hp dot com Description: ------------ zend_strtod.c fails compile due to: #define ULong u_int32_t sys/types.h on hp-ux defines as uint32_t Easy Fix (Line 130): #if defined(__sparc__) || defined (__ppc__) || defined (__hppa__) #define u_int32_t uint32_t #endif Expected result: ---------------- #if defined(__sparc__) || defined (__ppc__) || defined (__hppa__) #define u_int32_t uint32_t #endif ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31232&edit=1