From: [EMAIL PROTECTED] Operating system: tru64 5.1a PHP version: 4.2.3 PHP Bug Type: Compile Failure Bug description: missing semicolons
===> src/modules/php4 cc -std1 -g -c -I../../os/unix -I../../include -DOSF1 -I/web/php-4.2.3 -I/web/php-4.2.3/main -I/web/php-4.2.3/main -I/web/php-4.2.3/Zend -I/web/php-4.2.3/Zend -I/web/php-4.2.3/TSRM -I/web/php-4.2.3/TSRM -I/web/php-4.2.3 -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` mod_php4.c cc: Error: /web/php-4.2.3/Zend/zend_hash.h, line 191: Missing ";". (nosemi) static inline ulong zend_inline_hash_func(char *arKey, uint nKeyLength) --------------^ cc: Info: /web/php-4.2.3/Zend/zend_hash.h, line 191: "inline" is a keyword in the C99 revision of the C standard. Using it as an identifier will prevent your program from conforming to that standard. (futurekeywd2) static inline ulong zend_inline_hash_func(char *arKey, uint nKeyLength) -------^ cc: Error: /web/php-4.2.3/Zend/zend_ptr_stack.h, line 41: Missing ";". (nosemi) static inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_ptr_stack.h, line 51: Missing ";". (nosemi) static inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_operators.h, line 61: Missing ";". (nosemi) static inline int is_numeric_string(char *str, int length, long *lval, double *dval, zend_bool allow_errors) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 57: Missing ";". (nosemi) static inline void safe_free_zval_ptr(zval *p) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 67: Missing ";". (nosemi) static inline int i_zend_is_true(zval *op) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 107: Missing ";". (nosemi) static inline void zend_ptr_stack_clear_multiple(TSRMLS_D) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 119: Missing ";". (nosemi) static inline int zend_ptr_stack_get_arg(int requested_arg, void **data TSRMLS_DC) --------------^ cc: Warning: ../../include/ap_config.h, line 1396: The redefinition of the macro "XtOffsetOf" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) #define XtOffsetOf(s_type,field) XtOffset(s_type*,field) --------------------------------------------------^ cc: Error: /web/php-4.2.3/ext/standard/php_string.h, line 125: Missing ";". (nosemi) static inline char * --------------^ cc: Warning: /web/php-4.2.3/main/php_config.h, line 2110: The redefinition of the macro "zend_isnan" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) #define zend_isnan(a) isnan(a) ----------------------^ cc: Info: /web/php-4.2.3/ext/standard/php_image.h, line 40: Trailing comma found in enumerator list. (trailcomma) } image_filetype; ^ *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. -- Edit bug report at http://bugs.php.net/?id=20504&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20504&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20504&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20504&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20504&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20504&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20504&r=support Expected behavior: http://bugs.php.net/fix.php?id=20504&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20504&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20504&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20504&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20504&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20504&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20504&r=isapi