ID:               31199
 Updated by:       [EMAIL PROTECTED]
 Reported By:      laurent dot faillie at st dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Compile Failure
 Operating System: HPUX 10.20
 PHP Version:      4.3.10
-Assigned To:      
+Assigned To:      derick


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

[2004-12-20 14:02:17] laurent dot faillie at st dot com

Description:
------------
Compilation problem found on HP-UX 10.20 (I haven't tested w/ more
recent HP-UX).

* php-4.3.10/Zend/zend_strtod.c fails to compile as u_int32_t isn't
defined anywere.

The workaround is to add

#ifdef __hpux__
#include <model.h>
typedef uint32_t        u_int32_t;
#endif

somewhere in the begining of zend_strtod.c.





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


-- 
Edit this bug report at http://bugs.php.net/?id=31199&edit=1

Reply via email to