From: laurent dot faillie at st dot com Operating system: HPUX 10.20 PHP version: 4.3.10 PHP Bug Type: Compile Failure Bug description: u_int32_t doesn't exist
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 bug report at http://bugs.php.net/?id=31199&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=31199&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=31199&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=31199&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=31199&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=31199&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=31199&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=31199&r=needscript Try newer version: http://bugs.php.net/fix.php?id=31199&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=31199&r=support Expected behavior: http://bugs.php.net/fix.php?id=31199&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=31199&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=31199&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=31199&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=31199&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=31199&r=dst IIS Stability: http://bugs.php.net/fix.php?id=31199&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=31199&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=31199&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=31199&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=31199&r=mysqlcfg
